]> granicus.if.org Git - clang/commit
Emit block capture initializers as if they were normal initializers for a local
authorJohn McCall <rjmccall@apple.com>
Tue, 8 Mar 2011 09:38:48 +0000 (09:38 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 8 Mar 2011 09:38:48 +0000 (09:38 +0000)
commitdf045200e0220f10bf03de05ca878949e0c40a5a
treee271453bfd96b7b47f81a9925ee89f50394b45c9
parent60d3365b46eb826fba44483583c0051ac5c41fe3
Emit block capture initializers as if they were normal initializers for a local
variable that just happens to be stored in a wierd place.

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