]> granicus.if.org Git - clang/commit
Fixup codegen for nested block literals so that we generate
authorMike Stump <mrs@apple.com>
Sat, 21 Mar 2009 21:00:35 +0000 (21:00 +0000)
committerMike Stump <mrs@apple.com>
Sat, 21 Mar 2009 21:00:35 +0000 (21:00 +0000)
commita8b60c9bd8e992bed2096aa2c9982c3045e8247c
tree7eb8b38c3399371e6fcf39b2025a6f12965694da
parent08457737b60ba2e7f58ecf3062010843268fc6ea
Fixup codegen for nested block literals so that we generate
copy_helpers and dispose_helpers as necessary for them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67453 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGDecl.cpp
test/CodeGen/blocks-1.c