]> granicus.if.org Git - clang/commit
When copy-capturing values for a nested capture, use a BlockDeclRefExpr.
authorJohn McCall <rjmccall@apple.com>
Mon, 7 Feb 2011 18:37:40 +0000 (18:37 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 7 Feb 2011 18:37:40 +0000 (18:37 +0000)
commitbb699b07426be017056c2c549ac3ffb488cab6e3
tree6d3ec9769d1b0abf44bde9041c465f0c0c93274e
parent1b528445016c2dba23babeea07e352ca8b816262
When copy-capturing values for a nested capture, use a BlockDeclRefExpr.

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