summaryrefslogtreecommitdiff
path: root/gcc/cp/except.cc
AgeCommit message (Expand)Author
2025-07-31c++: Don't assume trait funcs return error_mark_node when tf_error is passed ...Nathaniel Shead
2025-07-25c++: Unwrap type traits defined in terms of builtins within diagnostics [PR11...Nathaniel Shead
2025-07-10c++, libstdc++: Implement C++26 P3068R5 - constexpr exceptions [PR117785]Jakub Jelinek
2025-02-14c++: extended temp cleanups [PR118856]Jason Merrill
2025-01-02Update copyright years.Jakub Jelinek
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm
2024-09-05c++: Add missing auto_diagnostic_groupsNathaniel Shead
2024-08-06c++: further concept_check_p clean-upMarek Polacek
2024-07-16c++/contracts: ICE in C++ Contracts with '-fno-exceptions' [PR 110159]Nina Ranns
2024-05-10c++, mingw: Fix up types of dtor hooks to __cxa_{,thread_}atexit/__cxa_throw ...Jakub Jelinek
2024-02-13c++: SFINAE-unfriendly error on throwing pointer [PR112436]Marek Polacek
2024-02-09c++: make build_throw SFINAE-friendly [PR98388]Marek Polacek
2024-01-03Update copyright years.Jakub Jelinek
2023-12-20c++: throwing dtor and empty try [PR113088]Jason Merrill
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm
2023-11-02c++: retval dtor on rethrow [PR112301]Jason Merrill
2023-10-20Control flow redundancy hardeningAlexandre Oliva
2023-06-06c++: enable NRVO from inner block [PR51571]Jason Merrill
2023-06-06c++: fix throwing cleanup with labelJason Merrill
2023-06-03c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]Jason Merrill
2023-03-17c++: throw and private destructor [PR109172]Jason Merrill
2023-01-16Update copyright years.Jakub Jelinek
2022-10-13c++: ICE with VEC_INIT_EXPR and defarg [PR106925]Marek Polacek
2022-10-12c++: Remove maybe-rvalue OR in implicit moveMarek Polacek
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill
2022-09-13c++: two-parameter version of cxx_constant_valuePatrick Palka
2022-09-13c++: some missing-SFINAE fixesPatrick Palka
2022-09-12c++: remove '_sfinae' suffix from functionsPatrick Palka
2022-03-09c++: non-constant non-dependent decltype folding [PR104823]Patrick Palka
2022-01-17Rename .c files to .cc files.Martin Liska