]> granicus.if.org Git - clang/commit
objectiveC++: When throwing c++ exception of
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Jan 2013 19:02:56 +0000 (19:02 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Jan 2013 19:02:56 +0000 (19:02 +0000)
commit6a3c70ec59804347c99e96aa13934f63f4fed573
treedf913e85b27bebfc601d4a61edf7d22364593b7e
parentd8d9b847bd7120ebd5be83a55d31d9c26142962e
objectiveC++: When throwing c++ exception of
an objectiveC object, use objc_exception_throw
to raise the exception. // rdar://12605907

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172091 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGObjCRuntime.h
test/CodeGenObjCXX/exceptions.mm