aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-14c++: Missing SFINAE with lookup_fnfields [PR78446]Patrick Palka1-1/+2
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-20/+20
2020-04-13c++: Improve redeclared parameter name diagnostic [PR94588]Marek Polacek1-3/+6
2020-03-27[pr84733] Fix ICE popping local scopeNathan Sidwell1-1/+2
2020-03-27c++: Fix ICE after ambiguous inline namespace reopen [PR94257]Nathan Sidwell1-12/+48
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-02-13c++: Fix useless using-declaration.Jason Merrill1-2/+4
2020-02-06c++: Fix ICE with lambda in operator function [PR93597]Marek Polacek1-4/+4
2020-01-27c++: Bogus error using namespace alias [PR91826]Nathan Sidwell1-12/+20
2020-01-24c++: Fix ICE with lambda in member operator (PR93279)Jason Merrill1-0/+6
2020-01-14PR c++/92590 - wrong handling of inherited default ctor.Jason Merrill1-1/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-17* name-lookup.c (get_std_name_hint): Add std::byte.Jason Merrill1-0/+2
2019-12-11PR c++/92859 - ADL and bit-field.Jason Merrill1-1/+1
2019-12-04cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL.Jakub Jelinek1-0/+2
2019-11-23re PR c++/92365 (ice unexpected expression ‘int16_t()’ of kind cast_expr)Bernd Edlinger1-2/+2
2019-11-12[C++ PATCH] Merge some using-decl handlingNathan Sidwell1-103/+141
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-11-05Implement C++20 operator<=>.Jason Merrill1-0/+6
2019-11-05Various small C++ changes.Jason Merrill1-2/+8
2019-10-30re PR c++/92024 (crash in check_local_shadow)Bernd Edlinger1-17/+19
2019-10-14PR c++/91930 - ICE with constrained inherited default ctor.Jason Merrill1-0/+1
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill1-1/+10
2019-10-02init.c (build_new): Use cp_expr_loc_or_input_loc in two places.Paolo Carlini1-6/+8
2019-09-25name-lookup.c (check_extern_c_conflict): Use DECL_SOURCE_LOCATION.Paolo Carlini1-5/+8
2019-09-24PR c++/91868 - improve -Wshadow location.Marek Polacek1-3/+3
2019-08-28[PR c++/90613] Fix using-decl debug bloatNathan Sidwell1-16/+17
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