aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/friend.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-2/+0
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-3/+5
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi1-4/+4
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-1/+1
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-3/+3
2008-02-24re PR c++/34749 (Incorrect warning when applying dllimport to friend function)Danny Smith1-7/+7
2008-01-22re PR c++/34912 (ICE with friend in local class)Jason Merrill1-5/+19
2008-01-15re PR c++/34399 (ICE on invalid friend declaration of variadic template)Douglas Gregor1-1/+1
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-6/+5
2007-02-12friend.c (do_friend): Annotate warning about friend declarations in templates...Dirk Mueller1-6/+5
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-1/+1
2006-10-04re PR c++/29020 (ICE using A<N>::A instead of A<N> in friend declaration)Mark Mitchell1-11/+9
2006-07-05re PR c++/18681 ([DR 45] template friend declaration not recognized)Jason Merrill1-13/+18
2006-04-24re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell1-7/+2
2006-01-03re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)Mark Mitchell1-1/+1
2005-09-12re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor1-4/+4
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-7/+7
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-16/+16
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