]> granicus.if.org Git - clang/commit
If a constructor throws an exception we need to execute the destructors for all fully...
authorAnders Carlsson <andersca@mac.com>
Sat, 6 Feb 2010 19:50:17 +0000 (19:50 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 6 Feb 2010 19:50:17 +0000 (19:50 +0000)
commit9405dcd83f090d86d5d06ab3a4e59cc39e7edd93
treea05f80de04cb70a5d8811f58f66099aa2aefb294
parent645cf44cc34371c808743e5e7c19bb41ff593ca0
If a constructor throws an exception we need to execute the destructors for all fully constructed members. Fixes ctor_dtor_count.cpp in the test suite.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95501 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGClass.cpp