aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.cc
AgeCommit message (Expand)AuthorFilesLines
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill1-0/+4
2022-10-05c++: lvalue_kind tweakJason Merrill1-1/+11
2022-09-29c++: introduce TRAIT_TYPE alongside TRAIT_EXPRPatrick Palka1-5/+17
2022-09-27c++: Implement C++23 P2266R1, Simpler implicit move [PR101165]Marek Polacek1-1/+1
2022-09-12c++: remove '_sfinae' suffix from functionsPatrick Palka1-8/+2
2022-09-12c++: Refer to internal linkage for -Wsubobject-linkage [PR86491]Jonathan Wakely1-2/+10
2022-06-03c++: cv-quals of dummy obj for non-dep memfn call [PR105637]Patrick Palka1-7/+23
2022-05-31c++: squash cp_build_qualified_type/_realPatrick Palka1-7/+4
2022-05-24c++: set TYPE_CANONICAL for more template typesPatrick Palka1-1/+5
2022-05-11tree: introduce range adaptor for TREE_VECPatrick Palka1-3/+2
2022-05-09c++: constexpr init of union sub-aggr w/ base [PR105491]Patrick Palka1-2/+2
2022-05-07c, c++: attribute format on a ctor with a vbase [PR101833, PR47634]Marek Polacek1-0/+19
2022-04-27c++: add commentsJason Merrill1-1/+2
2022-04-08c++: constexpr non-trivial aggregate init [PR105191]Jason Merrill1-5/+22
2022-03-28c++: hash table ICE with variadic alias [PR105003]Jason Merrill1-12/+1
2022-03-28c++: ICE with alias in pack expansion [PR103769]Jason Merrill1-1/+1
2022-03-18c++: alias template and empty parameter packs [PR104008]Marek Polacek1-1/+12
2022-02-05c++: assignment, aggregate, array [PR104300]Jason Merrill1-2/+2
2022-02-03c++: dependence of member noexcept-spec [PR104079]Patrick Palka1-0/+4
2022-01-27c++: non-dependent immediate member fn call [PR99895]Patrick Palka1-2/+3
2022-01-22c++: array temporary at file scope [PR104182]Jason Merrill1-2/+1
2022-01-21c++: ICE with noexcept and canonical types [PR101715]Marek Polacek1-6/+16
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+6180