]> granicus.if.org Git - clang/commit
NeXT/EH: When generating the rethrow code for a finally block, make sure to
authorDaniel Dunbar <daniel@zuster.org>
Fri, 23 Apr 2010 19:12:32 +0000 (19:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 23 Apr 2010 19:12:32 +0000 (19:12 +0000)
commitb76db237b8c2080137f9dc3362712432f3150ff1
tree9ff628a81bfe1f1e766b184fcdaf0d935dacb32f
parentba6940aa58715633169aa519f6c94f5da097eba7
NeXT/EH: When generating the rethrow code for a finally block, make sure to
chain outwards when inside a nested exception scope.
 - A real test for this is going into LLVM test-suite.

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