hanchenye-llvm-project/libcxxabi
Howard Hinnant 9aa4684fbb Minor updates to a couple of comments.
llvm-svn: 149158
2012-01-28 00:34:46 +00:00
..
include By changing all of the throw() specs to noexcept I've been able to compile and link all of the source files into a dylib. Prior to this substitution the changed functions were calling __cxa_call_unexpected which isn't implemented yet. However in none of these cases do we actaully want __cxa_call_unexpected to be called. Primative buildit script added. 2012-01-24 23:42:30 +00:00
lib By changing all of the throw() specs to noexcept I've been able to compile and link all of the source files into a dylib. Prior to this substitution the changed functions were calling __cxa_call_unexpected which isn't implemented yet. However in none of these cases do we actaully want __cxa_call_unexpected to be called. Primative buildit script added. 2012-01-24 23:42:30 +00:00
src Minor updates to a couple of comments. 2012-01-28 00:34:46 +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