]> granicus.if.org Git - clang/commit
Fix crash on finally blocks that don't fall through
authorReid Kleckner <reid@kleckner.net>
Thu, 5 Feb 2015 00:58:46 +0000 (00:58 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 5 Feb 2015 00:58:46 +0000 (00:58 +0000)
commitf63708df94c2908175fd7a24e2a7ba4e12673730
tree9630537f37db8d8cb386b05388a4630509b0e970
parent96794b6b50171cb2f684ae9c15eb5da9dad9d751
Fix crash on finally blocks that don't fall through

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228243 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp
test/CodeGen/exceptions-seh-finally.c