Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxxabi
/
src
/
abort_message.cpp
ef6e672
[libcxxabi] Clean up macro usage.
by Ranjeet Singh
· 9 years ago
fe989a9
[libc++abi] Clean up visibility
by Shoaib Meenai
· 9 years ago
b078439
[libcxxabi] Fix condition typo in rL296136
by Ranjeet Singh
· 9 years ago
4987856
[libcxxabi] Disable calls to fprintf for baremetal targets.
by Ranjeet Singh
· 9 years ago
8a3e339
Fix build for apple machines.
by Matthias Braun
· 11 years ago
3bd13ca
Enable -Wundef.
by Dan Albert
· 11 years ago
b32408e
Fix abort_message.cpp for the NDK.
by Dan Albert
· 11 years ago
07a7874
Improve logging of aborts for Android.
by Dan Albert
· 11 years ago
37cb655
fix crash log magic
by Nick Kledzik
· 14 years ago
eaa65af
Work on restricting symbol visibility.
by Howard Hinnant
· 14 years ago
0d517a4
CrashReporterClient.h is back, but this time protected with __has_include. Thanks for the suggestion Doug. The use is consistent with how the same header is used in llvm/lib/Support/PrettyStackTrace.cpp (though there autoconfig is used instead of __has_include).
by Howard Hinnant
· 14 years ago
82a3990
Removed reference to internal header
by Howard Hinnant
· 14 years ago
bfbf700
I renamed abort_message to be a C++ file to simplify my simplistic build script which I'm still working on. I also added a struct for the crash reporter on __APPLE__.
by Howard Hinnant
· 14 years ago