summaryrefslogtreecommitdiff
path: root/libcxx/src/support/runtime/exception_pointer_msvc.ipp
AgeCommit message (Expand)Author
2025-11-11[libc++][NFC] Make the exception implementation files self-contained (#164377)Nikolas Klauser
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
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-01-17libcxx: Stop using private MSVC macros in the exception implementation.Peter Collingbourne
2017-10-09[libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai
2017-05-10[libc++] Refactor Windows support headers.Eric Fiselier
2017-05-08[libc++] Implement exception_ptr on WindowsEric Fiselier