aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-19c++: indirect change of active union member in constexpr [PR101631,PR102286]Nathaniel Shead1-0/+1
2023-10-17c++: mangling tweaksJason Merrill1-2/+4
2023-10-16c++: improve fold-expr locationJason Merrill1-3/+3
2023-09-20openmp: Add omp::decl attribute support [PR111392]Jakub Jelinek1-0/+1
2023-09-19c++: extend cold, hot attributes to classesJavier Martinez1-0/+1
2023-09-19c++: Move consteval folding to cp_fold_rMarek Polacek1-18/+24
2023-09-01c++: Fix up mangling of function/block scope static structured bindings [PR11...Jakub Jelinek1-5/+5
2023-08-29c++: tweaks for explicit conversion fns diagnosticMarek Polacek1-0/+1
2023-08-25OpenMP: C++ support for imperfectly-nested loopsSandra Loosemore1-1/+1
2023-08-22c++: maybe_substitute_reqs_for fixJason Merrill1-1/+1
2023-08-22c++: constrained hidden friends [PR109751]Jason Merrill1-1/+2
2023-08-04frontend: Add novector C++ pragmaTamar Christina1-4/+8
2023-07-25c++: Prevent dangling pointers from becoming nullptr in constexpr [PR110619]Nathaniel Shead1-1/+7
2023-06-30c++: fix up caching of level lowered ttpsPatrick Palka1-1/+9
2023-06-29c++: cache partial template specialization selectionPatrick Palka1-1/+10
2023-06-28c++: ahead of time variable template-id coercion [PR89442]Patrick Palka1-1/+1
2023-06-28c++: inherited constructor attributesJason Merrill1-0/+1
2023-06-07c++: allow NRV and non-NRV returns [PR58487]Jason Merrill1-0/+5
2023-06-06c++: enable NRVO from inner block [PR51571]Jason Merrill1-1/+1
2023-06-06c++: fix throwing cleanup with labelJason Merrill1-1/+1
2023-06-03c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]Jason Merrill1-0/+2
2023-06-03c++: replace in_template_functionPatrick Palka1-1/+1
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer1-2/+2
2023-05-07c++: various code cleanupsPatrick Palka1-3/+3
2023-05-02c++: look for empty base at specific offset [PR109678]Jason Merrill1-1/+2
2023-04-24c++, tree: declare some basic functions inlinePatrick Palka1-1/+25
2023-04-19c++: Define built-in for std::tuple_element [PR100157]Patrick Palka1-1/+1
2023-04-13c++: make cxx_incomplete_type_diagnostic return boolJason Merrill1-4/+4
2023-04-01c++: NTTP constraint depending on outer parms [PR109160]Patrick Palka1-1/+2
2023-03-30c++: anonymous union member reference [PR105452]Jason Merrill1-0/+1
2023-03-20c++: Drop TREE_READONLY on vars (possibly) initialized by tls wrapper [PR109164]Jakub Jelinek1-0/+1
2023-03-16c++: __func__ and local class DMI [PR105809]Jason Merrill1-0/+1
2023-03-09c++: add __is_deducible trait [PR105841]Jason Merrill1-0/+1
2023-03-03c++, v3: Emit fundamental tinfos for _Float16/decltype(0.0bf16) types on ia32...Jakub Jelinek1-11/+0
2023-03-01c++: unevaluated array new-expr size constantness [PR108219]Patrick Palka1-0/+1
2023-02-17c++: make manifestly_const_eval tri-statePatrick Palka1-1/+19
2023-02-16c++: TYPENAME_TYPE lookup ignoring non-types [PR107773]Patrick Palka1-0/+3
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-1/+1
2023-02-05c++: equivalence of non-dependent calls [PR107461]Patrick Palka1-0/+1
2023-01-31c++: fix ICE with -Wduplicated-cond [PR107593]Marek Polacek1-1/+0
2023-01-19c++: Fix up handling of non-dependent subscript with static operator[] [PR108...Jakub Jelinek1-0/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-23c++: template friend with variadic constraints [PR107853]Patrick Palka1-0/+1
2022-12-19c++: modules and std::source_location::current() def arg [PR100881]Patrick Palka1-6/+2
2022-12-08c++: avoid initializer_list<string> [PR105838]Jason Merrill1-0/+1
2022-12-08c++: fewer allocator temps [PR105838]Jason Merrill1-0/+1
2022-12-01c++: comptypes ICE with BOUND_TEMPLATE_TEMPLATE_PARMs [PR107539]Patrick Palka1-2/+8
2022-11-18c++: implement P1492 contractsJeff Chapman II1-0/+64
2022-11-16c++: P2448 - Relaxing some constexpr restrictions [PR106649]Marek Polacek1-0/+1
2022-11-16c++: Allow attributes on concepts - DR 2428Jakub Jelinek1-1/+1