]> granicus.if.org Git - clang/commit
When initializing a static local, pop the guard-abort EH cleanup after
authorJohn McCall <rjmccall@apple.com>
Tue, 10 Aug 2010 18:51:44 +0000 (18:51 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 10 Aug 2010 18:51:44 +0000 (18:51 +0000)
commit224124c7b85596157201a67a7ba12d2b0f5c153c
tree5e5402e686f062648b0ab3f4bfd61e958542e1fe
parent17c6c855754be4097572c9a8d9da805f16a37e97
When initializing a static local, pop the guard-abort EH cleanup after
the variable is fully initialized.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110704 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDeclCXX.cpp
test/CodeGenCXX/threadsafe-statics-exceptions.cpp