]> granicus.if.org Git - clang/commit
block IRgen - Fixes a crash when determining if given block variable
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 23 Aug 2011 00:27:49 +0000 (00:27 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 23 Aug 2011 00:27:49 +0000 (00:27 +0000)
commitb9dbab1e78917c80704428f948f7b2ef8110f8e1
treed62e09dce17f2dc45b350d692fccc7d576be3187
parent6fa7dbeac72b5d29484a6e01cc4e9b68b49133a4
block IRgen - Fixes a crash when determining if given block variable
is captured by a given statement expression. // rdar://10001085

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