]> granicus.if.org Git - clang/commit
NFC, Add a test that ensure that we don't emit helper code in copy/dispose
authorAlex Lorenz <arphaman@gmail.com>
Thu, 23 Feb 2017 23:41:50 +0000 (23:41 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 23 Feb 2017 23:41:50 +0000 (23:41 +0000)
commit25a675ef7db4331b01f4ed961311550f582b14b4
treec6804685cca78b08d8ad7164699adbe67f7e4900
parent3b20a9fa10251ac4f1ae60383d13b11396e93e3b
NFC, Add a test that ensure that we don't emit helper code in copy/dispose
routines for variables that are const-captured

This is a preparation commit that improves code-coverage in code that emits
block copy/dispose routines.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296040 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/blocks.c