summaryrefslogtreecommitdiff
path: root/libcxx/src/support/runtime/exception_fallback.ipp
AgeCommit message (Expand)Author
2025-11-11[libc++][NFC] Make the exception implementation files self-contained (#164377)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-19[libcxx] Use __libcpp_verbose_abort for error messages (#108873)Petr Hosek
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2022-02-15[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.Arthur O'Dwyer
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
2020-11-09[libc++] Remove emscripten handling from exception_fallback.ippSam Clegg
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-29[libcxx] Remove bad_array_lengthLouis Dionne
2017-09-19[libc++] Replace __sync_* functions with __libcpp_atomic_* functionsWeiming Zhao
2017-07-12Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"Eric Fiselier
2017-07-10[libc++] Refactoring __sync_* builtins; NFC (Reland)Weiming Zhao
2017-07-10Revert "[libc++] Refactoring __sync_* builtins; NFC"Weiming Zhao
2017-07-10[libc++] Refactoring __sync_* builtins; NFCWeiming Zhao
2017-02-10Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier
2017-02-10Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier
2017-02-10Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier