aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/friend.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-03* friend.c, lex.c, mangle.c, repo.c: Update copyright.Kazu Hirata1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-5/+5
2004-11-29re PR c++/18368 (C++ error message regression)Mark Mitchell1-1/+1
2004-10-20re PR c++/13495 (Friendship to class nested within a template is broken)Kriang Lerdsuwanakij1-14/+99
2004-10-04Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis1-14/+16
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-2/+1
2004-06-28friend.c (add_friend): Only perform access checks when context is a class.Nathan Sidwell1-6/+4
2004-06-27cp-tree.h (cp_cv_quals): New type.Mark Mitchell1-1/+2
2004-05-31re PR c++/15701 (ICE with friends and template template parameter)Mark Mitchell1-1/+5
2004-05-03re PR c++/14389 (Out-of-line of overloaded template rejected)Giovanni Bajo1-1/+4
2004-03-24dwarf2asm.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell1-6/+1
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-1/+1
2003-11-22re PR c++/5369 (template member friend declaration not honored)Kriang Lerdsuwanakij1-34/+55
2003-11-12re PR c++/12735 (duplicate error messages for redeclaration errors)Mark Mitchell1-0/+3
2003-11-05re PR c++/2019 (Wrong line number warning listing the previous declaration of...Kriang Lerdsuwanakij1-6/+2
2003-08-23PR c++/641, c++/11876Kriang Lerdsuwanakij1-17/+32
2003-07-17re PR c++/7809 (befriending inaccessible names)Kriang Lerdsuwanakij1-0/+3
2003-07-16re PR c++/5421 (friends+templates: ICE: expected identifier_node, have templa...Kriang Lerdsuwanakij1-0/+2
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-2/+0
2003-07-07* friend.c: Convert to ISO C90 prototypes.Andreas Jaeger1-12/+6
2003-07-03re PR c++/9162 ([New parser] Problem with default argument in a friend function)Nathan Sidwell1-4/+1
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-11/+28
2003-03-11re PR c++/8700 (unhelpful error message for binding temp to reference)Mark Mitchell1-2/+2
2003-01-02except.c, [...]: Fix Copyright years.Steven Bosscher1-1/+2
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-19re PR c++/8099 (Friend classes and template specializations)Kriang Lerdsuwanakij1-14/+15
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-30Core issue 287, PR c++/7639Kriang Lerdsuwanakij1-0/+7
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-4/+4
2002-02-04xref.c: Remove.Jason Merrill1-2/+0
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-1/+1
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-10/+10
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