summaryrefslogtreecommitdiff
path: root/libcxx/include/exception
AgeCommit message (Expand)Author
2025-11-05[libc++] Remove <cstdlib> include from <exception> (#166340)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-17[libc++] Granularize <new> includes (#119964)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-08-27[libc++] Deprecate and remove std::uncaught_exception (#101830)A. Jiang
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2023-03-12[libc++] Granularize <exception>Nikolas Klauser
2023-03-10[libc++] Remove conditional usage of rvalue references in C++03Louis Dionne
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser
2022-08-17[libcxx] Fix using the vcruntime ABI with _HAS_EXCEPTIONS=0 definedPaul Kirth
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
2022-07-04[libc++][NFC] Replace enable_if with __enable_if_t in a few placesNikolas Klauser
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-25[libc++] Remove the _LIBCPP_BOOL_CONSTANT macroLouis Dionne
2022-02-15[libc++] Guard warning pragmasNikolas Klauser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella
2021-06-22[libc++] Enable `explicit` conversion operators, even in C++03 mode.Arthur O'Dwyer
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-14[libc++] Split up __memory/base.h into meaningful headersLouis Dionne
2020-12-14[libc++] Split allocator_traits and pointer_traits out of <memory>Louis Dionne
2020-11-05[libc++] Rework the whole availability markup implementationLouis Dionne
2020-03-17Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings.Dimitry Andric
2019-06-21Make move and forward work in C++03.Eric Fiselier
2019-03-05Make VCRuntime ABI configuration a first-class option.Eric Fiselier
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-21[libcxx] Mark stray symbols as hidden to try and fix the buildLouis Dionne
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne
2017-10-09[libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai
2017-05-08[libc++] Implement exception_ptr on WindowsEric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-04-19Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <exception>Eric Fiselier
2017-04-13Implement LWG#2855 - made easy by previous refactoringMarshall Clow
2017-04-13Refactor throw_with_nested. NFC.Marshall Clow
2017-03-14Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...Marshall Clow
2017-02-17[libcxx] Remove unexpected handlers in C++17Eric Fiselier
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