summaryrefslogtreecommitdiff
path: root/gcc/cp/friend.c
Commit message (Expand)AuthorAgeFilesLines
* friend.c (do_friend): Use COMPLETE_OR_OPEN_TYPE_P.Paolo Carlini2013-04-021-2/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* friend.c (make_friend_class): Handle template template parameters.Jason Merrill2012-08-301-1/+4
* DR 1170 PR c++/51213Paolo Carlini2012-07-181-1/+2
* output.h (merge_weak, [...]): Move protos from here...Steven Bosscher2012-06-041-1/+0
* re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez2012-04-221-1/+1
* re PR c++/51148 ([C++0x] Unexpanded template param packs wrongly accepted in ...Jason Merrill2012-04-161-0/+3
* re PR c++/51047 ([C++0x] SFINAE does not handle errors of ambiguous base memb...Paolo Carlini2011-11-091-1/+1
* re PR c++/50344 (friend declaration confused by const qualifier)Jonathan Wakely2011-09-221-1/+3
* re PR c++/47721 ([C++0x] Updated friendship rules?)Jason Merrill2011-05-271-1/+8
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher2010-05-251-2/+0
* diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez2008-08-201-1/+1
* re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez2008-08-081-3/+5
* cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi2008-07-181-4/+4
* typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely2008-06-211-1/+1
* cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini2008-03-211-3/+3
* re PR c++/34749 (Incorrect warning when applying dllimport to friend function)Danny Smith2008-02-241-7/+7
* re PR c++/34912 (ICE with friend in local class)Jason Merrill2008-01-221-5/+19
* re PR c++/34399 (ICE on invalid friend declaration of variadic template)Douglas Gregor2008-01-151-1/+1
* typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton2007-08-021-6/+5
* friend.c (do_friend): Annotate warning about friend declarations in templates...Dirk Mueller2007-02-121-6/+5
* re PR c++/29475 (incomplete template diagnostics.)Simon Martin2006-11-201-1/+1
* re PR c++/29020 (ICE using A<N>::A instead of A<N> in friend declaration)Mark Mitchell2006-10-041-11/+9
* re PR c++/18681 ([DR 45] template friend declaration not recognized)Jason Merrill2006-07-051-13/+18
* re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell2006-04-241-7/+2
* re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)Mark Mitchell2006-01-031-1/+1
* re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor2005-09-121-4/+4
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-2/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Canonicalize whitespace.Mike Stump2005-06-151-7/+7
* Remove extra white spacing at end of lines.Mike Stump2005-06-141-16/+16
* * friend.c, lex.c, mangle.c, repo.c: Update copyright.Kazu Hirata2005-05-031-1/+1
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-5/+5
* re PR c++/18368 (C++ error message regression)Mark Mitchell2004-11-291-1/+1
* re PR c++/13495 (Friendship to class nested within a template is broken)Kriang Lerdsuwanakij2004-10-201-14/+99
* Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis2004-10-041-14/+16
* call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell2004-08-301-2/+1
* friend.c (add_friend): Only perform access checks when context is a class.Nathan Sidwell2004-06-281-6/+4
* cp-tree.h (cp_cv_quals): New type.Mark Mitchell2004-06-271-1/+2
* re PR c++/15701 (ICE with friends and template template parameter)Mark Mitchell2004-05-311-1/+5
* re PR c++/14389 (Out-of-line of overloaded template rejected)Giovanni Bajo2004-05-031-1/+4
* dwarf2asm.c, [...]: Update copyright.Kazu Hirata2004-03-241-1/+1
* call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell2004-03-201-6/+1
* cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata2003-12-191-1/+1
* re PR c++/5369 (template member friend declaration not honored)Kriang Lerdsuwanakij2003-11-221-34/+55
* re PR c++/12735 (duplicate error messages for redeclaration errors)Mark Mitchell2003-11-121-0/+3
* re PR c++/2019 (Wrong line number warning listing the previous declaration of...Kriang Lerdsuwanakij2003-11-051-6/+2
* PR c++/641, c++/11876Kriang Lerdsuwanakij2003-08-231-17/+32