This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-21 12:19:23 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
276a3e8c4635a0b5cb9a2252f3fd3e20b5c79cbb
llvm
/
libcxxabi
History
Howard Hinnant
ba2e8aeda5
Fix bug in cxa_demangle involving template substitution.
...
llvm-svn: 155994
2012-05-02 15:38:11 +00:00
..
include
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
lib
fix crash log magic
2012-03-14 01:16:14 +00:00
src
Fix bug in cxa_demangle involving template substitution.
2012-05-02 15:38:11 +00:00
test
Fix bug in cxa_demangle involving template substitution.
2012-05-02 15:38:11 +00:00
www
…
CREDITS.TXT
…
LICENSE.TXT
…