]> granicus.if.org Git - clang/commit
Teach function-try-blocks on constructors and destructors to implicitly
authorJohn McCall <rjmccall@apple.com>
Wed, 7 Jul 2010 06:56:46 +0000 (06:56 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 7 Jul 2010 06:56:46 +0000 (06:56 +0000)
commit59a7000a79118e4c140885ccbb2ac6a686a73092
tree803331196f70138a85888e168a5ce1721c6c425b
parent8b5dec3002bd3e17061a8bf1fc35ba82912ec768
Teach function-try-blocks on constructors and destructors to implicitly
rethrow.  Fixes rdar://problem/7696603

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