]> granicus.if.org Git - clang/commit
objc_exception_rethrow does not take an exception argument.
authorJohn McCall <rjmccall@apple.com>
Sat, 16 Oct 2010 08:21:07 +0000 (08:21 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 16 Oct 2010 08:21:07 +0000 (08:21 +0000)
commit7ec404c40e42ce274d956a289ffa91e8f4befc43
treeda904abf33ee6e67328983d4daa2eb106089a25e
parentbe04b6df363f083f51636efcf4a8be4c5e8ea038
objc_exception_rethrow does not take an exception argument.
rdar://problem/8535238

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116663 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/exceptions-nonfragile.m [new file with mode: 0644]