aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-8944/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka1-131/+2
2021-12-12Replace gnu::unique_ptr with std::unique_ptrJonathan Wakely1-5/+5
2021-12-09pch: Add support for relocation of the PCH data [PR71934]Jakub Jelinek1-2/+2
2021-11-23timevar: Add auto_cond_timevar classJason Merrill1-174/+66
2021-10-20c++: Fix up push_local_extern_decl_alias error recovery [PR102642]Jakub Jelinek1-1/+3
2021-10-01c++: Fix handling of __thread/thread_local extern vars declared at function s...Jakub Jelinek1-1/+6
2021-09-15c++: add parsing_function_declarator predicateJason Merrill1-5/+2
2021-08-12openmp: Diagnose omp::directive/sequence on using-directiveJakub Jelinek1-0/+11
2021-06-07c++: preserve BASELINK from lookup [PR91706]Jason Merrill1-23/+1
2021-06-04c++: Fix up attribute handling in methods in templates [PR100872]Jakub Jelinek1-2/+5
2021-05-10c++: dependent operator expression lookup [PR51577]Patrick Palka1-8/+7
2021-04-07c++: using overloaded with local decl [PR92918]Jason Merrill1-1/+1
2021-03-26c++: imported templates and alias-template changes [PR 99283]Nathan Sidwell1-2/+4
2021-03-23c++: Note duplicates in symbol table [PR 99283]Nathan Sidwell1-9/+24
2021-03-16c++: support target attr for DECL_LOCAL_DECL_P fns [PR99108]Martin Liska1-2/+2
2021-03-12c++: ICE with using-decl [PR 99238]Nathan Sidwell1-45/+34
2021-03-11c++: Fix unhiding friend with imports [PR 99248]Nathan Sidwell1-1/+1
2021-03-08C++: Enable c++2b module mode [PR 99436]Nathan Sidwell1-0/+2
2021-03-05c++: ICE with -Wshadow and enumerator in template [PR99120]Marek Polacek1-3/+4
2021-03-04c++: Redesign pending entity handling [PR 99170]Nathan Sidwell1-55/+4
2021-03-03c++: namespace reachability [PR 99344]Nathan Sidwell1-37/+17
2021-02-19c++: Incorrect module-number ordering [PR 98741]Nathan Sidwell1-0/+5
2021-02-17c++: More set_identifier_type_value fixing [PR 99116]Nathan Sidwell1-18/+14
2021-02-17c++: ICE with header-units [PR 99071]Nathan Sidwell1-1/+1
2021-02-12c++: Register streamed-in decls when new [PR 99040]Nathan Sidwell1-43/+49
2021-02-12Expunge namespace-scope IDENTIFIER_TYPE_VALUE & global_type_name [PR 99039]Nathan Sidwell1-105/+29
2021-02-11c++: Fix ICE from op_unqualified_lookup [PR97582]Patrick Palka1-3/+11
2021-02-05c++: Fix ICE with invalid using enum [PR96462]Marek Polacek1-7/+8
2021-01-27c++: Dependent using enum [PR97874]Jason Merrill1-71/+73
2021-01-21c++: Stat-hack for members [PR 98530]Nathan Sidwell1-3/+8
2021-01-19c++: ICE with USING_DECL redeclaration [PR98687]Marek Polacek1-47/+56
2021-01-13c++: Failure to lookup using-decl name [PR98231]Marek Polacek1-0/+10
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-15c++: module-related tweakNathan Sidwell1-2/+2
2020-12-11c++: name lookup API for modulesNathan Sidwell1-1/+410
2020-12-10c++: modules & using-declsNathan Sidwell1-27/+149
2020-12-10c++: Name lookup for modulesNathan Sidwell1-55/+914
2020-12-10c++: modularize spelling suggestionsNathan Sidwell1-5/+68
2020-12-10c++: name-lookup refactoringNathan Sidwell1-81/+135
2020-12-10c++: name-lookup cleanupsNathan Sidwell1-53/+52
2020-12-02c++: Fix late-parsed default arg contextJason Merrill1-1/+6
2020-11-25Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982)Martin Sebor1-1/+2
2020-11-13c++: Implement C++20 'using enum'. [PR91367]Jason Merrill1-92/+164
2020-11-09c++: ADL refactorNathan Sidwell1-51/+105
2020-11-09c++: Consistently expose singleton overloadsNathan Sidwell1-3/+11
2020-11-06core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTINNathan Sidwell1-3/+3
2020-10-27c++: Kill nested_udtsNathan Sidwell1-210/+4
2020-10-20c++: block-scope extern decl with default argsNathan Sidwell1-0/+46