aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.cc
AgeCommit message (Expand)Author
2022-04-27c++: add commentsJason Merrill
2022-04-08c++: constexpr non-trivial aggregate init [PR105191]Jason Merrill
2022-03-28c++: hash table ICE with variadic alias [PR105003]Jason Merrill
2022-03-28c++: ICE with alias in pack expansion [PR103769]Jason Merrill
2022-03-18c++: alias template and empty parameter packs [PR104008]Marek Polacek
2022-02-05c++: assignment, aggregate, array [PR104300]Jason Merrill
2022-02-03c++: dependence of member noexcept-spec [PR104079]Patrick Palka
2022-01-27c++: non-dependent immediate member fn call [PR99895]Patrick Palka
2022-01-22c++: array temporary at file scope [PR104182]Jason Merrill
2022-01-21c++: ICE with noexcept and canonical types [PR101715]Marek Polacek
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-17Rename .c files to .cc files.Martin Liska