aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/friend.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-1/+1
2001-09-21Table-driven attributes.Joseph Myers1-13/+1
2001-07-13c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers1-1/+1
2001-07-08target.h (struct gcc_target): Add insert_attributes.Joseph Myers1-4/+0
2001-06-08re PR c++/2929 (gcc crash when compiling a sample)Nathan Sidwell1-11/+24
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-1/+0
2001-02-15friend.c (do_friend): Don't take the nested [template] class into account whe...Alexandre Oliva1-3/+9
2001-01-12friend.c (make_friend_class): Make sure a templated class is actually a templ...Nathan Sidwell1-25/+23
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-2/+2
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-0/+1
2000-09-06class.c (resolve_address_of_overloaded_function): Add explanation message.Nathan Sidwell1-3/+2
2000-08-18decl.c (member_function_or_else): Use cp_error ...Nathan Sidwell1-2/+2
2000-05-31invoke.texi: Remove documentation for -fguiding-decls.Mark Mitchell1-14/+7
2000-03-25Remove accidental commitMark Mitchell1-1/+1
2000-03-25Fix typo in ChangeLogMark Mitchell1-1/+1
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-1/+1
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