aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-20c++: throwing dtor and empty try [PR113088]Jason Merrill1-2/+6
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm1-2/+2
2023-11-02c++: retval dtor on rethrow [PR112301]Jason Merrill1-1/+17
2023-10-20Control flow redundancy hardeningAlexandre Oliva1-3/+5
2023-06-06c++: enable NRVO from inner block [PR51571]Jason Merrill1-2/+10
2023-06-06c++: fix throwing cleanup with labelJason Merrill1-13/+12
2023-06-03c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]Jason Merrill1-1/+4
2023-03-17c++: throw and private destructor [PR109172]Jason Merrill1-2/+8
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-13c++: ICE with VEC_INIT_EXPR and defarg [PR106925]Marek Polacek1-2/+5
2022-10-12c++: Remove maybe-rvalue OR in implicit moveMarek Polacek1-19/+4
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill1-1/+1
2022-09-13c++: two-parameter version of cxx_constant_valuePatrick Palka1-1/+1
2022-09-13c++: some missing-SFINAE fixesPatrick Palka1-1/+1
2022-09-12c++: remove '_sfinae' suffix from functionsPatrick Palka1-1/+1
2022-03-09c++: non-constant non-dependent decltype folding [PR104823]Patrick Palka1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1367