Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bad901b36286d7f4db446eedad22a9ca66c5a436
/
libcxx
/
src
/
stdexcept.cpp
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
· 14 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