aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/lookup
AgeCommit message (Expand)AuthorFilesLines
35 hourstestsuite: fix dejagnu typos with underscoresSam James1-1/+1
2024-09-12testsuite: introduce hostedlib effective targetAlexandre Oliva2-0/+3
2024-08-1216-bit testsuite fixes - excessive code sizeJoern Rennecke1-0/+1
2024-07-12c++: Introduce USING_DECLs for non-function usings [PR114683]Nathaniel Shead3-12/+21
2023-11-30c++: wrong ambiguity in accessing static field [PR112744]Marek Polacek5-0/+77
2023-06-13c/c++: use positive tone in missing header notes [PR84890]David Malcolm4-15/+15
2023-04-03c++: friend template matching [PR107484]Jason Merrill1-0/+9
2023-03-30c++: anonymous union member reference [PR105452]Jason Merrill1-0/+16
2023-03-24c++: outer 'this' leaking into local class [PR106969]Patrick Palka2-1/+23
2023-03-17c++: namespace-scoped friend in local class [PR69410]Jason Merrill1-0/+9
2022-05-15c++: hidden friend access [DR1699]Jason Merrill1-0/+17
2022-05-02c++: also note name used in enclosing classJason Merrill4-0/+43
2022-04-11c++: operator new lookup [PR98249]Jason Merrill1-0/+10
2022-04-04c++: repeated friend template [PR101894]Jason Merrill1-0/+7
2022-03-18c++: using lookup within class defn [PR104476]Jason Merrill2-0/+42
2022-03-15c++: extraneous access error with ambiguous lookup [PR103177]Patrick Palka1-0/+18
2021-12-20c++: memfn lookup consistency in incomplete-class ctxPatrick Palka1-0/+16
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka10-53/+537
2021-11-15c++: Add -fimplicit-constexprJason Merrill1-1/+1
2021-08-12c++: Fix up parsing of attributes for using-directiveJakub Jelinek2-0/+18
2021-05-10c++: dependent operator expression lookup [PR51577]Patrick Palka1-0/+109
2021-04-29c++: Add using-declaration testcaseJason Merrill1-0/+38
2021-04-10c++: ICE with anonymous union [PR97974]Jason Merrill1-1/+1
2021-04-07c++: using overloaded with local decl [PR92918]Jason Merrill1-0/+23
2021-02-17c++: More set_identifier_type_value fixing [PR 99116]Nathan Sidwell2-0/+44
2021-02-12Expunge namespace-scope IDENTIFIER_TYPE_VALUE & global_type_name [PR 99039]Nathan Sidwell1-0/+51
2021-02-10c++: generic lambdas and local-externs from outer scopes [PR 99030]Nathan Sidwell1-0/+16
2021-01-27c++: Dependent using enum [PR97874]Jason Merrill1-1/+1
2021-01-23c++: private inheritance access diagnostics fix [PR17314]Anthony Sharp1-2/+2
2021-01-19c++: ICE with USING_DECL redeclaration [PR98687]Marek Polacek2-0/+86
2021-01-13c++: Failure to lookup using-decl name [PR98231]Marek Polacek1-0/+17
2020-11-19c++: Relax new assert [PR 97905]Nathan Sidwell1-0/+7
2020-11-17c++: duplicate block-scope extern [PR 97877]Nathan Sidwell1-0/+8
2020-11-09c++: Improve error location for class using-decl.Jason Merrill1-2/+2
2020-11-05c++: Implement -Wvexing-parse [PR25814]Marek Polacek1-1/+1
2020-11-02c++: Some additional testsNathan Sidwell1-0/+1
2020-10-20c++: block-scope extern decl with default argsNathan Sidwell1-0/+13
2020-10-14c++: Instantiation with local extern [PR97395]Nathan Sidwell1-0/+18
2020-10-07c++: block-scope externs get an alias [PR95677,PR31775,PR95677]Nathan Sidwell2-7/+9
2020-08-26c++: template operator lookup cachingNathan Sidwell2-0/+43
2020-07-27common: Use strcmp to compare location file namesNathan Sidwell3-0/+87
2020-05-12c++: Function found via ADL when it should not [PR95074]Marek Polacek1-0/+45
2020-05-05c++: Member template function lookup failure [PR94799]Marek Polacek1-1/+1
2020-03-27[pr84733] Fix ICE popping local scopeNathan Sidwell2-0/+37
2020-02-13c++: Fix useless using-declaration.Jason Merrill1-0/+3
2020-02-13c++: Fix static local vars in extern "C".Jason Merrill1-0/+27
2020-01-27c++: Bogus error using namespace alias [PR91826]Nathan Sidwell1-0/+16
2019-12-18PR c++/12333 - X::~X() with implicit this->.Jason Merrill1-0/+13
2019-12-17* name-lookup.c (get_std_name_hint): Add std::byte.Jason Merrill1-0/+3
2019-11-12[C++ PATCH] Merge some using-decl handlingNathan Sidwell2-2/+1