aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/friend.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-3/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-16Remove ovl_used, it is no longer neededNathan Sidwell1-6/+0
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+4
2018-06-20[PR c++/85634] Fix tsubst ICENathan Sidwell1-0/+6
2018-03-05[PR c++/84694] ICE on template friend declNathan Sidwell1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-15[PR C++/59930] template friend classes & default argsNathan Sidwell1-7/+8
2017-07-12cp-tree.h (DECL_CONSTRUCTOR_P, [...]): Look at identifier flags.Nathan Sidwell1-1/+1
2017-05-24friend.c (do_friend): Remove check for existing decl.Nathan Sidwell1-19/+2
2017-05-19c-format.c (locus): Move out of function scope, add GTY attribute.Bernd Edlinger1-1/+3
2017-05-16cp-tree.h (OVL_FIRST, OVL_NAME): New.Nathan Sidwell1-2/+1
2017-05-11name-lookup.h (pushdecl): Add default friend parm.Nathan Sidwell1-1/+1
2017-01-31Introduce C++ support in libcc1Alexandre Oliva1-0/+43
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-02-24PR c++/69323 - errorsJason Merrill1-0/+12
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-1/+1
2015-08-19re PR c++/66957 (incorrect "is protected within this context" error)Jason Merrill1-6/+5
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-2/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-12Reject virt-specifiers on friends and member templatesVille Voutilainen1-0/+4
2014-04-16re PR c++/59295 (useless warning: 'Bar' is already a friend of 'Foo' [enabled...Paul Pluzhnikov1-3/+6
2014-01-29re PR c++/59956 (internal compiler error: unexpected expression ‘P_S’ of ...Jason Merrill1-1/+7
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