]> granicus.if.org Git - clang/commit
[CodeGen][Blocks] Refactor capture handling in code that generates
authorAlex Lorenz <arphaman@gmail.com>
Mon, 6 Mar 2017 16:23:04 +0000 (16:23 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 6 Mar 2017 16:23:04 +0000 (16:23 +0000)
commit6a168e57bbfd1e1878770e5ca12b840ef63a6636
treed9a4e1fa7fb53f14ef07c1e2dbd4f2b6af226b36
parentc8cd8ea2c4d72a30cbe61f83c16d17a52f9937cc
[CodeGen][Blocks] Refactor capture handling in code that generates
block copy/destroy routines

This is a preparation commit for work on merging unique block copy/destroy
helper functions.

rdar://22950898

Differential Revision: https://reviews.llvm.org/D30345

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