hanchenye-llvm-project/libcxxabi
Howard Hinnant d6d4c25ef0 Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a caught-but-unhandled exception, and choose the handler out of that if found.
llvm-svn: 149329
2012-01-31 01:51:15 +00:00
..
include Put throw() clauses back on these functions in cxxabi.h. This header must be C++03 compatible and these throw specs are consistent with the current cxxabi.h that Apple ships. 2012-01-30 16:02:11 +00:00
lib Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3 2012-01-30 16:03:23 +00:00
src Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a caught-but-unhandled exception, and choose the handler out of that if found. 2012-01-31 01:51:15 +00:00
test Minor header fixups for test. 2012-01-28 00:30:38 +00:00
www Changed my mind about __cxa_uncaught_exception and added it. 2012-01-24 00:01:31 +00:00
CREDITS.TXT credits adjustment 2011-12-22 16:00:06 +00:00
LICENSE.TXT