aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/stdexcept.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight1-2/+0
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser1-0/+2
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser1-1/+1
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser1-1/+1
2023-08-10[libc++] Clean up mess around __throw_runtime_errorLouis Dionne1-2/+15
2023-04-09[libc++] Granularize system_error.Mark de Wever1-1/+0
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer1-5/+4
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2019-03-06Fix ABI compatibility of `<stdexcept>` with VCRuntime.Eric Fiselier1-81/+4
2019-03-05Make VCRuntime ABI configuration a first-class option.Eric Fiselier1-1/+1
2019-01-30[libc++] Don't define exception destructors when using vcruntimeThomas Anderson1-15/+8
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-07-12Remove <__refstring> header; Move it into source directory.Eric Fiselier1-1/+1
2017-01-03Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier1-1/+2
2017-01-02Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier1-2/+1
2017-01-02Fix configuring and building libc++ w/o an ABI library.Eric Fiselier1-1/+2
2016-10-25[libc++] Fix modules build - Rework __refstring definition Eric Fiselier1-1/+2
2015-10-16Fix an unfortunate yet old typo that never got attention before r250507.Benjamin Kramer1-1/+1
2015-10-16Remove a long-standing __has_include hack.Benjamin Kramer1-5/+1
2014-04-30Exceptions store the message as reference counted string forJoerg Sonnenberger1-110/+14
2014-01-17Adjust build fix from r199494 to use C++ castsAlp Toker1-1/+1
2014-01-17Build fix for gcc builtinAlp Toker1-1/+1
2014-01-07Replace casts of __impl_ with the correct reinterpret_cast of theJoerg Sonnenberger1-16/+16
2014-01-04Switch to using C++ style casts.Joerg Sonnenberger1-29/+31
2013-10-06Make it possible to link against libstdc++ as well as libsupc++ with CMake.Peter Collingbourne1-2/+2
2013-10-04G M: A small patch to fix a couple of warnings in stdexcept.cpp for cl.exe wh...Howard Hinnant1-0/+4
2013-08-22Glen: replace obsolete _LIBCPP_CANTTHROW with _NOEXCEPT.Howard Hinnant1-5/+5
2013-06-29Matthew Dempsky: Same as stdexcept.cpp in libc++abi: we've already computed '...Howard Hinnant1-1/+1
2013-03-18Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow1-1/+1
2012-09-03Some minor mingw64 porting tweaks from Glen.Howard Hinnant1-2/+7
2012-08-08Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...Howard Hinnant1-3/+3
2012-04-19libc++: only #include <cxxabi.h> if it exists. This allows libc++ to buildRichard Smith1-0/+4
2012-02-17Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant1-0/+9
2011-05-26Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant1-17/+17
2010-11-16license changeHoward Hinnant1-2/+2
2010-09-04Fix typos, noticed by Clang.Daniel Dunbar1-1/+1
2010-05-24patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant1-5/+4
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+179