Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
src
/
stdexcept.cpp
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
· 9 years ago
221596d
Revert r290839 - Fix configuring and building libc++ w/o an ABI library
by Eric Fiselier
· 9 years ago
5d25843
Fix configuring and building libc++ w/o an ABI library.
by Eric Fiselier
· 9 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
· 12 years ago
0b438a9
Build fix for gcc builtin
by Alp Toker
· 12 years ago
70d4ba7
Replace casts of __impl_ with the correct reinterpret_cast of the
by Joerg Sonnenberger
· 12 years ago
634b9dd
Switch to using C++ style casts.
by Joerg Sonnenberger
· 12 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
· 13 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
· 14 years ago
a62f289
Applied noexcept to everything in [diagnostics] (Chapter 19)
by Howard Hinnant
· 14 years ago
412dbeb
license change
by Howard Hinnant
· 15 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