aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-14c++: DECL_FRIEND_P cleanupNathan Sidwell1-83/+23
2020-10-14c++: Instantiation with local extern [PR97395]Nathan Sidwell1-7/+15
2020-10-07c++: block-scope externs get an alias [PR95677,PR31775,PR95677]Nathan Sidwell1-113/+73
2020-10-07c++: Rename DECL_BUILTIN_P to DECL_UNDECLARED_BUILTIN_PNathan Sidwell1-2/+2
2020-10-05c++: Make spell corrections consistentNathan Sidwell1-23/+93
2020-10-02c++: Kill DECL_ANTICIPATEDNathan Sidwell1-41/+8
2020-10-02c++: Hash table iteration for namespace-member spelling suggestionsNathan Sidwell1-42/+84
2020-10-01c++: pushdecl_top_level must set contextNathan Sidwell1-0/+4
2020-09-30c++: Kill DECL_HIDDEN_FRIEND_PNathan Sidwell1-10/+18
2020-09-29c++: Hiddenness is a property of the symbol tableNathan Sidwell1-103/+188
2020-09-29c++: Name lookup simplificationsNathan Sidwell1-73/+94
2020-09-29c++: Identifier type value should not update bindingNathan Sidwell1-28/+22
2020-09-25c++: Adjust pushdecl/duplicate_decls APINathan Sidwell1-21/+31
2020-09-25c++: Replace tag_scope with TAG_howNathan Sidwell1-33/+29
2020-09-25c++: DECL_BUILTIN_P for builtinsNathan Sidwell1-6/+9
2020-09-24c++: Cleanup some decl pushing apisNathan Sidwell1-4/+4
2020-09-10c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_PNathan Sidwell1-33/+12
2020-08-26c++: template operator lookup cachingNathan Sidwell1-38/+53
2020-08-18c++: Move hidden-lambda entity lookup checkingNathan Sidwell1-12/+10
2020-08-14c++: Final bit of name-lookup api simplificationNathan Sidwell1-23/+13
2020-08-14c++: Yet more name-lookup api simplificationNathan Sidwell1-32/+29
2020-08-14c++: More simplification of name_lookup apiNathan Sidwell1-83/+69
2020-08-13[c++]: Unconfuse lookup_name_real API a bitNathan Sidwell1-14/+25
2020-07-14c++: Comments & formattingNathan Sidwell1-10/+7
2020-06-16c++: Fix ICE in check_local_shadow with enum [PR95560]Marek Polacek1-1/+3
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