aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-23PR c++/79817 - attribute deprecated on namespace.Marek Polacek1-0/+18
2019-08-15Implement P0848R3, Conditionally Trivial Special Member Functions.Jason Merrill1-3/+3
2019-08-14PR c++/91436 fix C++ dialect for std::make_unique fix-it hintJonathan Wakely1-2/+2
2019-08-14Add more entries to the C++ get_std_name_hint arrayJonathan Wakely1-0/+40
2019-07-20Reduce memory consumption for push/pop_access_scope.Jason Merrill1-1/+13
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-06-17[PR c++/90754] name lookup ICENathan Sidwell1-9/+9
2019-06-04[C++ PATCH] structure tag lookupNathan Sidwell1-70/+55
2019-05-31[C++PATCH] Lambda names are anonymousNathan Sidwell1-16/+0
2019-05-28[PATCH] Commonize anon-name generationNathan Sidwell1-20/+4
2019-05-21[C++ PATCH] Using declsNathan Sidwell1-21/+18
2019-05-21[C++ PATCH] Using declsNathan Sidwell1-226/+165
2019-05-20name-lookup.c (finish_using_directive): Don't issue inform() if the warning d...Marek Polacek1-3/+3
2019-05-20[C++ PATCH] Commonixe using directive finishingNathan Sidwell1-39/+23
2019-05-20[C++ PATCH] namespace using directivesNathan Sidwell1-15/+5
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-4/+4
2019-05-01[C++ PATCH] Simplify class member lookupNathan Sidwell1-20/+15
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska1-1/+1
2019-03-07PR c++/88123 - lambda and using-directive.Jason Merrill1-0/+99
2019-02-28* name-lookup.c (print_binding_level): Print this_entity.Jason Merrill1-0/+2
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann1-0/+1
2019-02-13[PR86379] do not use TREE_TYPE for USING_DECL_SCOPEAlexandre Oliva1-1/+1
2019-01-17[PR87768] reset location wrapper suppression when reentering top levelAlexandre Oliva1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-13[PR c++/87531] Fix second bugNathan Sidwell1-11/+0
2018-11-29C++: namespaces and scopes for enum values (PR c++/88121)David Malcolm1-10/+62
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-11-01[ABI PATCH] static anonymous unions of function scopeNathan Sidwell1-1/+1
2018-10-31[C++ PATCH] Simplify overloadsNathan Sidwell1-2/+4
2018-10-29C++: simplify output from suggest_alternatives_forDavid Malcolm1-95/+312
2018-10-02c-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE.Richard Biener1-4/+0
2018-09-25Remove unused functions and fields.Martin Liska1-15/+0
2018-09-18[PATCH c++/86881] -Wshadow-local-compatible ICENathan Sidwell1-0/+7
2018-08-31[PR c++/87155] Anonymous namespace andNathan Sidwell1-5/+8
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+2
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-16/+19
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-4/+4
2018-08-07re PR c++/79133 (lambda capture shadowing parameter & decltype confusion)Ville Voutilainen1-1/+17
2018-06-27C++: don't offer bogus "._0" suggestions (PR c++/86329)David Malcolm1-0/+5
2018-06-27Avoid crash on friend in nested class template.Jason Merrill1-14/+24
2018-06-21Reduce garbage from push_to_top_level.Jason Merrill1-2/+2
2018-06-15pt.c (tsubst_default_argument): Use push_to/pop_from_top_level.Jason Merrill1-20/+18
2018-06-15PR c++/82882 - ICE with lambda in template default argument.Jason Merrill1-0/+8
2018-05-07[C++ PATCH] Kill -fno-for-scopeNathan Sidwell1-83/+1
2018-05-03[C++ Patch] Kill -ffriend-injectionNathan Sidwell1-9/+2
2018-05-02re PR c++/68374 (G++ -Wshadow doesn't warn about static member shadowing)Paolo Carlini1-0/+1
2018-05-01PR c++/85580 - extern "C" and local variablesJason Merrill1-0/+4
2018-04-27Don't offer suggestions for compiler-generated variables (PR c++/85515)David Malcolm1-0/+6
2018-04-27[C++ PATCH] some cleanupsNathan Sidwell1-1/+1