]> granicus.if.org Git - clang/commit
Fix some obvious bugs in the conditional-cleanup code and then make the
authorJohn McCall <rjmccall@apple.com>
Wed, 26 Jan 2011 19:15:39 +0000 (19:15 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 26 Jan 2011 19:15:39 +0000 (19:15 +0000)
commit4bbcbda302cba8b1b0d88c20d735d09b483bd005
treec34aff62be9783d6c1ab505f5aa1972132207593
parent192e7f7e7f0493f7cdfda1d752e6de340d4e3ffe
Fix some obvious bugs in the conditional-cleanup code and then make the
dtor cleanup use it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124309 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp
lib/CodeGen/CGTemporaries.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGenCXX/exceptions.cpp
test/CodeGenCXX/temporaries.cpp