aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/stdexcept
AgeCommit message (Expand)AuthorFilesLines
2024-05-01[NFC][libc++] Fixes comment indention.Mark de Wever1-7/+7
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-130/+102
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-4/+4
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-24/+24
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-1/+2
2023-09-12[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to ...Igor Zhukov1-0/+7
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-10/+10
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-8/+8
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-1/+2
2023-03-19[libc++] Granularize <exception> includesNikolas Klauser1-2/+5
2023-03-18[libc++] Use the _LIBCPP_VERBOSE_ABORT macro instead of calling the function ...Nikolas Klauser1-8/+8
2023-03-14[libc++] Use __verbose_abort instead of std::abort in __throw_ functionsNikolas Klauser1-16/+9
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-8/+8
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser1-11/+11
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-10[libc++] Alphabetize header #includes. NFCI.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-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-1/+1
2020-11-11[libc++] NFC: Simplify incude of <cstdlib>Louis Dionne1-3/+1
2020-03-17Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings.Dimitry Andric1-0/+7
2019-03-06Fix ABI compatibility of `<stdexcept>` with VCRuntime.Eric Fiselier1-1/+28
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-03[NFC][libc++] Consistently use spaces to indentLouis Dionne1-6/+6
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-8/+8
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-8/+8
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne1-8/+8
2017-06-01Fix more unreserved namesEric Fiselier1-3/+3
2016-12-23Fix unused parameters and variablesEric Fiselier1-8/+16
2016-10-25[libc++] Fix modules build - Rework __refstring definition Eric Fiselier1-8/+14
2016-09-06Try 2 - Remove <cstdlib> include from `<exception>`Eric Fiselier1-0/+3
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow1-0/+87
2016-04-21Fix most GCC attribute ignored warningsEric Fiselier1-1/+5
2015-02-05Fix unused private field warning in stdexcept after r207695.Dimitry Andric1-1/+1
2014-04-30Exceptions store the message as reference counted string forJoerg Sonnenberger1-2/+10
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2011-05-26Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant1-17/+17
2010-11-16license changeHoward Hinnant1-2/+2
2010-08-22Fixing whitespace problemsHoward Hinnant1-1/+0
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+161