aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/friend.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-08-12i386.c (ix86_function_versions): Use error + inform.Paolo Carlini1-2/+2
2013-06-23c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis1-2/+2
2013-04-02friend.c (do_friend): Use COMPLETE_OR_OPEN_TYPE_P.Paolo Carlini1-2/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-08-30friend.c (make_friend_class): Handle template template parameters.Jason Merrill1-1/+4
2012-07-18DR 1170 PR c++/51213Paolo Carlini1-1/+2
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-1/+1
2012-04-16re PR c++/51148 ([C++0x] Unexpanded template param packs wrongly accepted in ...Jason Merrill1-0/+3
2011-11-09re PR c++/51047 ([C++0x] SFINAE does not handle errors of ambiguous base memb...Paolo Carlini1-1/+1
2011-09-22re PR c++/50344 (friend declaration confused by const qualifier)Jonathan Wakely1-1/+3
2011-05-27re PR c++/47721 ([C++0x] Updated friendship rules?)Jason Merrill1-1/+8
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
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