OSDN Git Service

2005-07-02 Zack Weinberg <zack@codesourcery.com>
[pf3gnuchains/gcc-fork.git] / gcc / cp / friend.c
2005-07-02 jsm282005-07-02 Zack Weinberg <zack@codesourcery.com>
2005-06-25 kcookUpdate FSF address.
2005-06-15 mrsCanonicalize whitespace.
2005-06-14 mrsRemove extra white spacing at end of lines.
2005-05-03 kazu * friend.c, lex.c, mangle.c, repo.c: Update copyright.
2005-04-23 dj* diagnostic.c (warning): Accept parameter to classify...
2004-11-29 mmitchel PR c++/18368
2004-10-20 lerdsuwa PR c++/13495
2004-10-04 gdr Convert diagnostics to use quoting flag q 4/n
2004-08-30 nathan * call.c (check_dtor_name): Replace abort with gcc_ass...
2004-06-28 nathan * friend.c (add_friend): Only perform access checks...
2004-06-27 mmitchel * cp-tree.h (cp_cv_quals): New type.
2004-05-31 mmitchel PR c++/15701
2004-05-03 giovannibajo PR c++/14389
2004-03-24 kazugcc/
2004-03-20 mmitchel * call.c (build_op_delete_call): Do not forget the...
2003-12-19 kazu * cvt.c: Remove uses of "register" specifier in
2003-11-22 lerdsuwa PR c++/5369
2003-11-12 mmitchel PR c++/12735
2003-11-05 lerdsuwa PR c++/2019
2003-08-23 lerdsuwa PR c++/641, c++/11876
2003-07-17 lerdsuwa PR c++/7809
2003-07-16 lerdsuwa PR c++/5421
2003-07-16 mmitchel * cp-tree.def (LOOKUP_EXPR): Remove.
2003-07-07 aj * friend.c: Convert to ISO C90 prototypes.
2003-07-03 nathancp:
2003-06-24 nathan * call.c (enforce_access): Assert we get a binfo.
2003-03-11 mmitchel PR c++/8700
2003-01-02 aj2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
2003-01-01 neil * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump...
2002-12-19 lerdsuwa PR c++/8099
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-10-30 lerdsuwa Core issue 287, PR c++/7639
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-09-14 kazu * error.c: Fix comment formatting.
2002-02-04 jason * xref.c: Remove.
2002-01-23 rodrigc2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>
2001-12-18 zack * cp-tree.h: Delete #defines for cp_error, cp_warning,
2001-12-03 neil * c-decl.c (grokdeclarator): Use ISO word.
2001-09-21 jsm28 Table-driven attributes.
2001-07-13 jsm28 * c-common.c (decl_attributes): Take a pointer to...
2001-07-08 jsm28 * target.h (struct gcc_target): Add insert_attributes.
2001-06-08 nathancp:
2001-03-15 mmitchel * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-02-15 aoliva* friend.c (do_friend): Don't take the nested [template...
2001-01-12 nathancp:
2001-01-10 mmitchel * output.h (make_function_rtl): Remove prototype.
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-09-06 nathan * class.c (resolve_address_of_overloaded_function...
2000-08-18 nathan * decl.c (member_function_or_else): Use cp_error ...
2000-05-31 mmitchel * invoke.texi: Remove documentation for -fguiding...
2000-03-25 mmitchelRemove accidental commit
2000-03-25 mmitchelFix typo in ChangeLog
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-21 nathangcc
2000-02-21 gdr2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>
2000-02-16 mmitchel Make DECL_CONTEXT mean the class in which a member...
2000-02-13 jason * parse.y (frob_specs): Split out...
2000-02-07 jason * cp-tree.h (struct saved_scope): Add incomplet...
2000-01-11 mmitchel * friend.c (do_friend): Don't resolve scopes when...
1999-10-07 mmitchel * friend.c (make_friend_class): Robustify.
1999-08-11 mmitchel * extend.texi (C++ Signatures): Remove node.
1999-05-28 nathan * decl.c (complete_array_type): Allocate off same...
1999-05-24 mmitchel * decl.c (lookup_tag): Remove code no longer needed...
1999-05-16 jason * decl2.c (finish_objects): Don't use .?tors.* if...
1999-04-11 mmitchel * friend.c (add_friend): Deal gracefully with error_ma...
1999-03-27 mmitchel * cp-tree.h (add_friend): Declare.
1999-03-24 mmitchel * cp-tree.h (lang_type): Remove has_assignment and
1999-03-19 jason * friend.c (make_friend_class): Avoid core dump when
1999-03-05 mmitchel * cp-tree.h (ANON_UNION_TYPE_P): Robustify.
1999-01-06 mmitchel * cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERAT...
1998-11-23 jasonupdate copyrights
1998-11-18 jason * search.c (get_abstract_virtuals): Complain about...
1998-11-01 mmitchel * cp-tree.h (COMPARE_STRICT): New macro.
1998-10-26 jason * decl.c (grokdeclarator): Complain about a variable...
1998-10-15 jason * decl.c (grokfndecl): ::main and __builtin_* get...
1998-10-06 mmitchel * cp-tree.def (PTRMEM_CST): New tree node.
1998-09-25 ghaziWarning fixes:
1998-09-23 gerald * friend.c (do_friend): Make warning a full sentence.
1998-09-07 jasonrevert error reporting patch
1998-09-06 mmitchel * cp-error.def: New file.
1998-09-03 bkozd
1998-08-27 mmitchel * class.c (build_vbase_path): Use reverse_path.
1998-08-23 mmitchel * iomanip.h: Use __extension__ for `extern' explicit...
1998-07-31 mmitchel1998-07-31 Mark Mitchell <mark@markmitchell.com>
1998-07-28 mmitchel * friend.c (is_friend): Be lenient with member functio...
1998-07-28 mmitchel * cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
1998-07-12 jason * xref.c (classname): New function.
1998-07-12 jason * friend.c (do_friend): Pull the identifier out of...
1998-06-11 bkoz8
1998-05-27 jason * friend.c (do_friend): Clarify template warning.
1998-05-26 mmitchel * friend.c (is_friend): Use comptypes, rather than...
1998-05-20 mmitchel * cp-tree.h (MAIN_NAME_P): New macro.
1998-05-08 jasonmassive namespace patch
1998-05-06 robertlWed May 6 06:36:41 1998 Robert Lipe <robertl@dgii...
1998-04-26 mmitchel * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
1998-04-01 jason * friend.c (is_friend): Fix access control for local...
1998-03-31 law * call.c: Include system.h. Remove includes...
1998-03-30 jason * call.c (build_method_call): Handle non-scoped destru...
1998-03-29 jason * friend.c (is_friend): Local classes have the same...
next