aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/friend.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-1/+1
2000-02-21call.c (build_object_call): Compress consecutive calls to cp_error.Gabriel Dos Reis1-4/+1
2000-02-16Make DECL_CONTEXT mean the class in which a member function was declared, eve...Mark Mitchell1-53/+3
2000-02-13parse.y (frob_specs): Split out...Jason Merrill1-1/+1
2000-02-07cp-tree.h (struct saved_scope): Add incomplete field.Jason Merrill1-2/+7
2000-01-11friend.c (do_friend): Don't resolve scopes when processing template declarati...Mark Mitchell1-2/+2
1999-10-07friend.c (make_friend_class): Robustify.Mark Mitchell1-3/+12
1999-08-11extend.texi (C++ Signatures): Remove node.Mark Mitchell1-6/+1
1999-05-28decl.c (complete_array_type): Allocate off same obstack.Nathan Sidwell1-1/+1
1999-05-24decl.c (lookup_tag): Remove code no longer needed after name-lookup improveme...Mark Mitchell1-1/+21
1999-05-16decl2.c (finish_objects): Don't use .?tors.* if we don't have ASM_OUTPUT_CONS...Jason Merrill1-69/+51
1999-04-11friend.c (add_friend): Deal gracefully with error_mark_node.Mark Mitchell1-3/+9
1999-03-27cp-tree.h (add_friend): Declare.Mark Mitchell1-11/+10
1999-03-24cp-tree.h (lang_type): Remove has_assignment and has_real_assignment.Mark Mitchell1-25/+17
1999-03-18friend.c (make_friend_class): Avoid core dump when not-yet-defined friend typ...Jason Merrill1-1/+2
1999-03-05cp-tree.h (ANON_UNION_TYPE_P): Robustify.Mark Mitchell1-0/+2
1999-01-06cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT here.Mark Mitchell1-7/+11
1998-11-22update copyrightsJason Merrill1-1/+1
1998-11-17search.c (get_abstract_virtuals): Complain about virtuals with no final overr...Jason Merrill1-1/+0
1998-11-01cp-tree.h (COMPARE_STRICT): New macro.Mark Mitchell1-6/+6
1998-10-26decl.c (grokdeclarator): Complain about a variable using constructor syntax c...Jason Merrill1-3/+2
1998-10-15decl.c (grokfndecl): ::main and __builtin_* get C linkage.Jason Merrill1-14/+0
1998-10-06cp-tree.def (PTRMEM_CST): New tree node.Mark Mitchell1-12/+13
1998-09-25Warning fixes:Kaveh R. Ghazi1-1/+1
1998-09-23* friend.c (do_friend): Make warning a full sentence.Gerald Pfeifer1-1/+1
1998-09-07revert error reporting patchJason Merrill1-19/+19
1998-09-06cp-error.def: New file.Mark Mitchell1-19/+19
1998-09-03cp-tree.h: Declare warn_nontemplate_friend.Benjamin Kosnik1-1/+3
1998-08-27class.c (build_vbase_path): Use reverse_path.Mark Mitchell1-1/+1
1998-08-23iomanip.h: Use __extension__ for `extern' explicit template instantiations.Mark Mitchell1-5/+3
1998-07-31cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): New macro.Mark Mitchell1-2/+1
1998-07-28friend.c (is_friend): Be lenient with member functions to deal with nested fr...Mark Mitchell1-2/+9
1998-07-28cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.Mark Mitchell1-31/+42
1998-07-12xref.c (classname): New function.Martin v. Löwis1-2/+1
1998-07-11friend.c (do_friend): Pull the identifier out of declarator.Jason Merrill1-8/+14
1998-06-11friend.c (do_friend): Add support for nested classes using member functions o...Benjamin Kosnik1-3/+6
1998-05-27* friend.c (do_friend): Clarify template warning.Jason Merrill1-2/+3
1998-05-26friend.c (is_friend): Use comptypes, rather than == to compare types.Mark Mitchell1-13/+24
1998-05-20cp-tree.h (MAIN_NAME_P): New macro.Mark Mitchell1-3/+1
1998-05-07massive namespace patchMartin v. Löwis1-0/+4
1998-05-06call.c, [...]: Add include of toplev.h.Robert Lipe1-0/+1
1998-04-26cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.Mark Mitchell1-18/+20
1998-04-01friend.c (is_friend): Fix access control for local classes.Jason Merrill1-10/+3
1998-03-31call.c: Include system.h.Jeffrey A Law1-5/+1
1998-03-30call.c (build_method_call): Handle non-scoped destructors, too.Jason Merrill1-1/+2
1998-03-29friend.c (is_friend): Local classes have the same access as the enclosing fun...Jason Merrill1-20/+17
1998-02-22Support for friend templates.Jason Merrill1-27/+57
1998-02-13tweak messageJason Merrill1-1/+1
1998-02-01Various fixes for -Wall problems from Kaveh. See ChangeLog for details.Kaveh R. Ghazi1-8/+10
1997-11-17search.c (dfs_record_inheritance): Ignore template type parms.Jason Merrill1-4/+20