aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/friend.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-666/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14c++: processing_template_decl vs template depth [PR103408]Patrick Palka1-4/+22
2021-04-29c++: Fix friend attributes [PR51344]Jason Merrill1-8/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-14c++: DECL_FRIEND_P cleanupNathan Sidwell1-11/+4
2020-09-25c++: Adjust pushdecl/duplicate_decls APINathan Sidwell1-4/+4
2020-09-24c++: Cleanup some decl pushing apisNathan Sidwell1-2/+2
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