This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0d7d09f804c92d7a9f5ffe94de3520f2d40357ea
clang-p2996
/
libcxxabi
/
include
History
Nick Kledzik
1ffee2af6e
[libunwind] remove stray conditional
...
llvm-svn: 200432
2014-01-30 00:27:16 +00:00
..
mach-o
[libunwind] remove stray conditional
2014-01-30 00:27:16 +00:00
cxxabi.h
I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_handler from the public header cxxabi.h into the private header cxa_handlers.hpp. During this move I've also moved them from namespace __cxxabiapple into the global namespace. They are, and have always been extern C and so the namespace (or lack of it) does not affect their ABI. In general external clients should not reference these symbols. They are atomic variables and will be changing into C++11 atomic variables in the future. However for those few clients who really need access to them, their name, mangling, size, alignment and layout will remain stable. You just may need your own declaration of them. Include guards have been added to the private header cxa_exception.hpp. The private header cxa_default_handlers.hpp has been removed and the default handlers are now file-static. Include guards have been added to the private header cxa_handlers.hpp.
2012-03-19 16:20:34 +00:00
libunwind.h
Add a first cut at a Registers_arm class, to be used for 32bit arm EHABI unwinding.
2013-12-18 17:53:55 +00:00
unwind.h
Rename LIBUNWIND_AVAIL to LIBUNWIND_UNAVAIL so as to not conflict with other (different) LIBUNWIND_AVAIL define
2013-11-01 00:32:26 +00:00