aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-09-05c++: Diagnose [basic.scope.block]/2 violations even in compound-stmt of funct...Jakub Jelinek1-4/+8
2023-06-07c++: allow NRV and non-NRV returns [PR58487]Jason Merrill1-0/+1
2023-05-01c++: array DMI and member fn [PR109666]Jason Merrill1-0/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-12c++: defer all consteval in default args [DR2631]Jason Merrill1-4/+1
2022-10-03c++: Disallow jumps into statement expressionsJakub Jelinek1-0/+1
2022-05-11[c++] Add module attachmentNathan Sidwell1-1/+1
2022-04-05c++: elaborated-type-spec in requires-expr [PR101677]Jason Merrill1-1/+4
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka1-3/+0
2021-03-16c++: support target attr for DECL_LOCAL_DECL_P fns [PR99108]Martin Liska1-0/+1
2021-03-04c++: Redesign pending entity handling [PR 99170]Nathan Sidwell1-13/+0
2021-03-03c++: namespace reachability [PR 99344]Nathan Sidwell1-2/+3
2021-02-12c++: Register streamed-in decls when new [PR 99040]Nathan Sidwell1-1/+1
2021-02-12Expunge namespace-scope IDENTIFIER_TYPE_VALUE & global_type_name [PR 99039]Nathan Sidwell1-1/+0
2021-01-19c++: ICE with USING_DECL redeclaration [PR98687]Marek Polacek1-1/+1
2021-01-13c++: Failure to lookup using-decl name [PR98231]Marek Polacek1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-11c++: name lookup API for modulesNathan Sidwell1-0/+27
2020-12-10c++: Name lookup for modulesNathan Sidwell1-0/+3
2020-12-10c++: name-lookup cleanupsNathan Sidwell1-1/+1
2020-12-02C++ Module Binding VectorNathan Sidwell1-0/+119
2020-10-27c++: Kill nested_udtsNathan Sidwell1-23/+0
2020-10-07c++: block-scope externs get an alias [PR95677,PR31775,PR95677]Nathan Sidwell1-1/+0
2020-09-29c++: Hiddenness is a property of the symbol tableNathan Sidwell1-0/+7
2020-09-25c++: Adjust pushdecl/duplicate_decls APINathan Sidwell1-3/+3
2020-09-25c++: Replace tag_scope with TAG_howNathan Sidwell1-18/+14
2020-09-24c++: Cleanup some decl pushing apisNathan Sidwell1-2/+2
2020-09-23c++: Remove some gratuitous typedefingNathan Sidwell1-7/+6
2020-09-21c++: ts_lambda is not neededNathan Sidwell1-1/+0
2020-08-14c++: Final bit of name-lookup api simplificationNathan Sidwell1-5/+8
2020-08-14c++: Yet more name-lookup api simplificationNathan Sidwell1-3/+6
2020-08-14c++: More simplification of name_lookup apiNathan Sidwell1-7/+27
2020-08-13[c++]: Unconfuse lookup_name_real API a bitNathan Sidwell1-1/+26
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-05Various small C++ changes.Jason Merrill1-1/+2
2019-11-02PR c++/88335 - Implement P1073R3: Immediate functionsJakub Jelinek1-1/+4
2019-05-21[C++ PATCH] Using declsNathan Sidwell1-6/+2
2019-05-20[C++ PATCH] Commonixe using directive finishingNathan Sidwell1-3/+2
2019-05-01[C++ PATCH] Simplify class member lookupNathan Sidwell1-2/+2
2019-03-07PR c++/88123 - lambda and using-directive.Jason Merrill1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-15* decl.c (start_enum): Do compare dependent underlying type.Jason Merrill1-1/+1
2018-05-07[C++ PATCH] Kill -fno-for-scopeNathan Sidwell1-5/+0
2018-02-28[PR c++/84602] ICE with anon-structNathan Sidwell1-1/+1
2018-02-27[PR c++/84426] ICE after conflicting member declNathan Sidwell1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-20P0329R4: Designated InitializationJakub Jelinek1-0/+1