aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.cc
AgeCommit message (Expand)AuthorFilesLines
2024-09-05c++: local class memfn synth from noexcept context [PR113063]Patrick Palka1-0/+4
2024-09-05c++: fn redecl in fn scope wrongly accepted [PR116239]Marek Polacek1-0/+2
2024-09-05c++: Add missing auto_diagnostic_groupsNathaniel Shead1-0/+7
2024-08-20c++/modules: Handle transitive reachability for deduction guides [PR116403]Nathaniel Shead1-8/+30
2024-08-08c++/modules: Fix merging of GM entities in partitions [PR114950]Nathaniel Shead1-32/+33
2024-07-17c++/modules: Propagate BINDING_VECTOR_*_DUPS_P on realloc [PR99242]Nathaniel Shead1-0/+4
2024-07-12c++/modules: Handle redefinitions of using-declsNathaniel Shead1-10/+22
2024-07-12c++: Introduce USING_DECLs for non-function usings [PR114683]Nathaniel Shead1-66/+99
2024-06-13c++/modules: export using across namespace [PR114683]Jason Merrill1-3/+2
2024-06-13c++/modules: multiple usings of the same decl [PR115194]Jason Merrill1-0/+11
2024-06-01c++/modules: Fix revealing with using-decls [PR114867]Nathaniel Shead1-49/+57
2024-05-25c++/modules: Remember that header units have CMIsNathaniel Shead1-1/+1
2024-05-01c++: Propagate hidden flag on decls from partitionsNathaniel Shead1-5/+5
2024-05-01c++: Implement P2615 'Meaningful Exports' [PR107688]Nathaniel Shead1-2/+8
2024-04-30c++: Fix instantiation of imported temploid friends [PR114275]Nathaniel Shead1-0/+53
2024-03-25c++: ICE with noexcept and local specialization, again [PR114349]Marek Polacek1-4/+7
2024-03-05c++: Support exporting using-decls in same namespace as targetNathaniel Shead1-8/+42
2024-02-13c++/modules: reduce lazy loading recursionPatrick Palka1-0/+17
2024-01-25c++: Fix importing nested namespace declarations [PR100707]Nathaniel Shead1-1/+0
2024-01-17c++: Fix ENABLE_SCOPE_CHECKING printingNathaniel Shead1-3/+12
2024-01-12c++: __class_type_info and modules [PR113038]Jason Merrill1-3/+13
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-19c++: missing state restoration in maybe_pop_from_top_levelPatrick Palka1-3/+38
2023-12-09c++: Don't diagnose ignoring of attributes if all ignored attributes are attr...Jakub Jelinek1-2/+2
2023-11-30c++: Implement C++26 P2169R4 - Placeholder variables with no name [PR110349]Jakub Jelinek1-64/+309
2023-11-25c++: more checks for exporting names with using-declarationsNathaniel Shead1-21/+54
2023-11-14c++: Fix exported using decls of templatesNathaniel Shead1-4/+8
2023-09-20openmp: Add omp::decl attribute support [PR111392]Jakub Jelinek1-4/+16
2023-09-05c++: Diagnose [basic.scope.block]/2 violations even for block externs [PR52953]Jakub Jelinek1-19/+33
2023-09-05c++: Diagnose [basic.scope.block]/2 violations even in compound-stmt of funct...Jakub Jelinek1-13/+12
2023-07-14c++: c++26 regression fixesJason Merrill1-0/+2
2023-06-23c++: provide #include hint for missing includes [PR110164]David Malcolm1-1/+1
2023-06-13c/c++: use positive tone in missing header notes [PR84890]David Malcolm1-1/+1
2023-06-07c++: allow NRV and non-NRV returns [PR58487]Jason Merrill1-0/+22
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer1-3/+3
2023-05-03c++: over-eager friend matching [PR109649]Jason Merrill1-0/+1
2023-05-02c++: less invalidate_class_lookup_cacheJason Merrill1-3/+0
2023-05-01c++: array DMI and member fn [PR109666]Jason Merrill1-0/+37
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-27c++: Fix ICE on g++.dg/modules/adl-3_c.C [PR107379]Jakub Jelinek1-0/+7
2022-10-12c++: defer all consteval in default args [DR2631]Jason Merrill1-2/+0
2022-10-07fix clang warningsMartin Liska1-1/+1
2022-10-03c++: Disallow jumps into statement expressionsJakub Jelinek1-0/+1
2022-09-12c++: Refer to internal linkage for -Wsubobject-linkage [PR86491]Jonathan Wakely1-1/+1
2022-08-30Change get_std_name_hint to use generated hash tableUlrich Drepper1-224/+7
2022-06-22c++: class scope function lookup [PR105908]Jason Merrill1-0/+4
2022-05-16Use more ARRAY_SIZE.Martin Liska1-1/+1
2022-05-11[c++] Add module attachmentNathan Sidwell1-7/+10
2022-05-10[c++] Disambiguate ModuleKind flagsNathan Sidwell1-12/+12
2022-04-13c++: local fn and generic lambda [PR97219]Jason Merrill1-0/+18