aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-28c: C2x enums with fixed underlying type [PR61469]Joseph Myers1-24/+0
2022-10-26c++: Implement -Wdangling-reference [PR106393]Marek Polacek1-1/+3
2022-10-25c++: remove use_default_args parm of coerce_template_parmsPatrick Palka1-2/+2
2022-10-25c++: improve failed constexpr assume diagnosticJason Merrill1-2/+3
2022-10-24c-family: Implicitly return zero from main even on freestandingArsen Arsenović1-3/+12
2022-10-18middle-end IFN_ASSUME support [PR106654]Jakub Jelinek1-0/+1
2022-10-14middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek1-0/+2
2022-10-14c++: Excess precision for ? int : float or int == float [PR107097, PR82071, P...Jakub Jelinek1-2/+0
2022-10-14c++: Implement excess precision support for C++ [PR107097, PR323]Jakub Jelinek1-0/+2
2022-10-13c++: trivial formatting cleanupsJason Merrill1-2/+2
2022-10-12c++: Remove maybe-rvalue OR in implicit moveMarek Polacek1-5/+1
2022-10-12c++: defer all consteval in default args [DR2631]Jason Merrill1-1/+31
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill1-0/+11
2022-10-07c++: fixes for derived-to-base reference binding [PR107085]Marek Polacek1-1/+1
2022-10-06c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654]Jakub Jelinek1-0/+4
2022-10-04openmp: Add begin declare target supportJakub Jelinek1-4/+5
2022-10-03c++: Disallow jumps into statement expressionsJakub Jelinek1-1/+2
2022-09-30c++: streamline built-in trait addition processPatrick Palka1-42/+4
2022-09-29c++: reduce redundant TARGET_EXPRJason Merrill1-1/+2
2022-09-29c++: implement __remove_cv, __remove_reference and __remove_cvrefPatrick Palka1-1/+4
2022-09-29c++: introduce TRAIT_TYPE alongside TRAIT_EXPRPatrick Palka1-0/+18
2022-09-28c++: Add DECL_NTTP_OBJECT_P lang flagNathan Sidwell1-1/+6
2022-09-27c++: Implement C++23 P2266R1, Simpler implicit move [PR101165]Marek Polacek1-0/+1
2022-09-27c++: Implement C++23 P1169R4 - static operator() [PR106651]Jakub Jelinek1-0/+5
2022-09-27openmp: Add OpenMP assume, assumes and begin/end assumes supportJakub Jelinek1-0/+5
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek1-0/+13
2022-09-23c++: Implement __is_{nothrow_,}convertible [PR106784]Marek Polacek1-0/+4
2022-09-13c++: remove single-parameter version of mark_usedPatrick Palka1-2/+2
2022-09-13c++: two-parameter version of cxx_constant_valuePatrick Palka1-0/+2
2022-09-12c++: remove '_sfinae' suffix from functionsPatrick Palka1-12/+11
2022-09-12c++: Refer to internal linkage for -Wsubobject-linkage [PR86491]Jonathan Wakely1-1/+2
2022-09-02c/c++: new warning: -Wxor-used-as-pow [PR90885]David Malcolm1-3/+16
2022-09-01c++: Remove unused declarationMarek Polacek1-1/+0
2022-08-25c: Implement C23 nullptr (N3042)Marek Polacek1-8/+0
2022-08-17c++: Extend -Wpessimizing-move to other contextsMarek Polacek1-0/+1
2022-08-17OpenMP/C++: Allow classes with static members to be mappable [PR104493]Tobias Burnus1-2/+0
2022-07-19c++: shortcut bad reference binding [PR94894]Patrick Palka1-0/+5
2022-07-15c++: Add __reference_con{struc,ver}ts_from_temporary [PR104477]Marek Polacek1-2/+6
2022-07-13c++: dependence of constrained memfn from current inst [PR105842]Patrick Palka1-0/+1
2022-06-14c++: Elide calls to NOP module initializersNathan Sidwell1-1/+1
2022-06-10c++: Add a late-writing step for modulesNathan Sidwell1-2/+2
2022-06-10c++: Adjust module initializer calling emissionNathan Sidwell1-1/+1
2022-06-09c++: Better module initializer codeNathan Sidwell1-1/+2
2022-06-08c++: redeclared hidden friend take 2 [PR105852]Jason Merrill1-0/+1
2022-05-31c++: squash cp_build_qualified_type/_realPatrick Palka1-3/+2
2022-05-31c++: document comp_template_args's default argsPatrick Palka1-1/+1
2022-05-25c++: fix ICE on invalid attributes [PR96637]Marek Polacek1-0/+1
2022-05-24c++: set TYPE_CANONICAL for more template typesPatrick Palka1-0/+1
2022-05-12c++: tighten TMPL_ARGS_LEVEL macroPatrick Palka1-1/+2
2022-05-11c++: lambda template in requires [PR105541]Jason Merrill1-5/+7