Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
25af0ae8efa90610af114dfe0eea8f7f14462cc2
/
libcxx
/
src
/
stdexcept.cpp
ba87515
[libc++][RFC] Always define internal feature test macros (#89178)
by Nikolas Klauser
· 7 months ago
748023dc
[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#80455)
by Nikolas Klauser
· 8 months ago
280d68e
[libc++] Clean up mess around __throw_runtime_error
by Louis Dionne
· 1 year, 9 months ago
e8cfbfd
[libc++] Granularize system_error.
by Mark de Wever
· 2 years, 1 month ago
bbb0f2c
[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.
by Arthur O'Dwyer
· 3 years, 3 months ago
eb8650a
[runtimes][NFC] Remove filenames at the top of the license notice
by Louis Dionne
· 3 years, 6 months ago
2710d8e
Fix ABI compatibility of `<stdexcept>` with VCRuntime.
by Eric Fiselier
· 6 years ago
e69290d
Make VCRuntime ABI configuration a first-class option.
by Eric Fiselier
· 6 years ago
095ed05
[libc++] Don't define exception destructors when using vcruntime
by Thomas Anderson
· 6 years ago
57b08b0
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
e3e7c0f
Remove <__refstring> header; Move it into source directory.
by Eric Fiselier
· 8 years ago
1285e4d
Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.
by Eric Fiselier
· 8 years ago
221596d
Revert r290839 - Fix configuring and building libc++ w/o an ABI library
by Eric Fiselier
· 8 years ago
5d25843
Fix configuring and building libc++ w/o an ABI library.
by Eric Fiselier
· 8 years ago
a624409
[libc++] Fix modules build - Rework __refstring definition
by Eric Fiselier
· 9 years ago
02adf40
Fix an unfortunate yet old typo that never got attention before r250507.
by Benjamin Kramer
· 10 years ago
929df47
Remove a long-standing __has_include hack.
by Benjamin Kramer
· 10 years ago
a1fbf34
Exceptions store the message as reference counted string for
by Joerg Sonnenberger
· 11 years ago
5fea974
Adjust build fix from r199494 to use C++ casts
by Alp Toker
· 11 years ago
0b438a9
Build fix for gcc builtin
by Alp Toker
· 11 years ago
70d4ba7
Replace casts of __impl_ with the correct reinterpret_cast of the
by Joerg Sonnenberger
· 11 years ago
634b9dd
Switch to using C++ style casts.
by Joerg Sonnenberger
· 11 years ago
26dd09e
Make it possible to link against libstdc++ as well as libsupc++ with CMake.
by Peter Collingbourne
· 12 years ago
7971010
G M: A small patch to fix a couple of warnings in stdexcept.cpp for cl.exe which does not support #pragma visibility.
by Howard Hinnant
· 12 years ago
104024c
Glen: replace obsolete _LIBCPP_CANTTHROW with _NOEXCEPT.
by Howard Hinnant
· 12 years ago
27841fd
Matthew Dempsky: Same as stdexcept.cpp in libc++abi: we've already computed 'len strlen(msg)', so we can use memcpy() instead of strcpy().
by Howard Hinnant
· 12 years ago
b56e858
Removed raw references to __APPLE__; now just check to see if it is defined.
by Marshall Clow
· 12 years ago
49713b4
Some minor mingw64 porting tweaks from Glen.
by Howard Hinnant
· 13 years ago
d79842c
Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bits for 64 bit targets. This is controls the data layout of all exceptions defined in <stdexcept>. This aligns the ABI with that of gcc-4.2.
by Howard Hinnant
· 13 years ago
11ffde3
libc++: only #include <cxxabi.h> if it exists. This allows libc++ to build
by Richard Smith
· 13 years ago
f95d9f0
Move typeinfos for exceptions in <stdexcept> to the abi
by Howard Hinnant
· 13 years ago
a62f289
Applied noexcept to everything in [diagnostics] (Chapter 19)
by Howard Hinnant
· 14 years ago
412dbeb
license change
by Howard Hinnant
· 14 years ago
0a779b9
Fix typos, noticed by Clang.
by Daniel Dunbar
· 15 years ago
128ba71
patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient.
by Howard Hinnant
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 15 years ago