Call __cxa_begin_catch with the current exception before
authorJohn McCall <rjmccall@apple.com>
Tue, 12 Feb 2013 03:51:46 +0000 (03:51 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 12 Feb 2013 03:51:46 +0000 (03:51 +0000)
commite142ad50f1ed0f5d1a38432dd88790a51ad9e727
treedfdb143d96cd434a6a2b9f417f5d51f7a35b2c86
parent2c33ba8caef144835edcd4fcb9e63f2dd5912de4
Call __cxa_begin_catch with the current exception before
calling std::terminate().  rdar://11904428

llvm-svn: 174940
clang/lib/CodeGen/CGException.cpp
clang/test/CXX/except/except.spec/p9-noexcept.cpp
clang/test/CodeGenCXX/cxx0x-delegating-ctors.cpp
clang/test/CodeGenCXX/exceptions.cpp
clang/test/CodeGenCXX/nrvo.cpp