aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/exception
AgeCommit message (Expand)AuthorFilesLines
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2023-03-12[libc++] Granularize <exception>Nikolas Klauser1-290/+6
2023-03-10[libc++] Remove conditional usage of rvalue references in C++03Louis Dionne1-7/+4
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-3/+3
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser1-1/+11
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser1-6/+6
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser1-2/+2
2022-08-17[libcxx] Fix using the vcruntime ABI with _HAS_EXCEPTIONS=0 definedPaul Kirth1-14/+58
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser1-1/+1
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser1-1/+1
2022-07-04[libc++][NFC] Replace enable_if with __enable_if_t in a few placesNikolas Klauser1-2/+2
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-03-25[libc++] Remove the _LIBCPP_BOOL_CONSTANT macroLouis Dionne1-2/+2
2022-02-15[libc++] Guard warning pragmasNikolas Klauser1-7/+3
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella1-3/+3
2021-06-22[libc++] Enable `explicit` conversion operators, even in C++03 mode.Arthur O'Dwyer1-2/+2
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-2/+2
2021-04-14[libc++] Split up __memory/base.h into meaningful headersLouis Dionne1-1/+1
2020-12-14[libc++] Split allocator_traits and pointer_traits out of <memory>Louis Dionne1-0/+1
2020-11-05[libc++] Rework the whole availability markup implementationLouis Dionne1-0/+1
2020-03-17Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings.Dimitry Andric1-0/+2
2019-06-21Make move and forward work in C++03.Eric Fiselier1-8/+0
2019-03-05Make VCRuntime ABI configuration a first-class option.Eric Fiselier1-3/+3
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-21[libcxx] Mark stray symbols as hidden to try and fix the buildLouis Dionne1-2/+2
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow1-0/+1
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-2/+2
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-2/+2
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne1-2/+2
2017-10-09[libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai1-3/+3
2017-05-08[libc++] Implement exception_ptr on WindowsEric Fiselier1-3/+54
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini1-1/+1
2017-04-19Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <exception>Eric Fiselier1-8/+8
2017-04-13Implement LWG#2855 - made easy by previous refactoringMarshall Clow1-2/+2
2017-04-13Refactor throw_with_nested. NFC.Marshall Clow1-31/+39
2017-03-14Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...Marshall Clow1-6/+10
2017-02-17[libcxx] Remove unexpected handlers in C++17Eric Fiselier1-0/+4
2017-02-10Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier1-0/+6
2017-02-10Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier1-6/+0
2017-02-10Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier1-0/+6
2016-12-23Fix unused parameters and variablesEric Fiselier1-0/+7
2016-12-03Make make_exception_ptr abort with -fno-exceptionsEric Fiselier1-1/+4
2016-09-06Try 2 - Remove <cstdlib> include from `<exception>`Eric Fiselier1-4/+0
2016-09-06Revert r280743 and r280745. Remove <cstdlib> include from `<exception>`Eric Fiselier1-0/+4
2016-09-06Remove unneeded includes in <exception> after removing __libcpp_throwEric Fiselier1-4/+0
2016-08-25Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow1-15/+0