hanchenye-llvm-project/libcxxabi/src
Howard Hinnant 59a5a956f5 Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixes http://llvm.org/bugs/show_bug.cgi?id=16996.
llvm-svn: 189194
2013-08-25 17:00:57 +00:00
..
abort_message.cpp
abort_message.h
cxa_aux_runtime.cpp
cxa_default_handlers.cpp Partially revert r152770. That commit moved the default handlers to their own file. But it also did some refactoring. It is the latter that is being reverted. The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect. 2013-02-06 19:29:55 +00:00
cxa_demangle.cpp I had a buffer mismanagement bug in the demangler. 2013-07-26 22:14:53 +00:00
cxa_exception.cpp Demangler update: This now demangles many more (all?) C++11 symbols. Demangler tests updated. 2013-06-17 18:10:34 +00:00
cxa_exception.hpp
cxa_exception_storage.cpp Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
cxa_guard.cpp
cxa_handlers.cpp
cxa_handlers.hpp Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
cxa_new_delete.cpp
cxa_personality.cpp Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
cxa_unexpected.cpp
cxa_vector.cpp Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
cxa_virtual.cpp
exception.cpp
fallback_malloc.ipp
private_typeinfo.cpp Demangler update: This now demangles many more (all?) C++11 symbols. Demangler tests updated. 2013-06-17 18:10:34 +00:00
private_typeinfo.h Make the type_info for __shim_type_info visible. This should address some failing dynamic_casts that a few applications are doing on the type_info hierarchy. 2012-10-13 18:45:59 +00:00
stdexcept.cpp Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixes http://llvm.org/bugs/show_bug.cgi?id=16996. 2013-08-25 17:00:57 +00:00
typeinfo.cpp