]> granicus.if.org Git - clang/commit
Fixes a Code Gen. Crash when calling destructor on a __block
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 4 May 2010 00:26:07 +0000 (00:26 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 4 May 2010 00:26:07 +0000 (00:26 +0000)
commit3c347f25b507740c3e41de70819f8fbbee4cde89
treea54b07f89851dbc6ab120588ac2fa17d355defc1
parente7089b0c6ffe8a8854150b60df00fb544099f77d
Fixes a Code Gen. Crash when calling destructor on a __block
variabe. Blocks and their construction/destruction is
wip though.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102985 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp
test/CodeGenCXX/block-destruct.cpp [new file with mode: 0644]