diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-01-03 03:17:17 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-01-03 03:17:17 +0000 |
commit | 5d2faa41bc63a2a29535ae3dbbc99daabf14ea2f (patch) | |
tree | 29e76dc61bf421354bccb9e21a4a2d80129992d7 /lib/Sema | |
parent | bcde478a5f2600718a225eade94549c9792166b8 (diff) |
[arcmt] Rewrite uses of Block_copy/Block_release macros.
c = Block_copy(b);
Block_release(c);
---->
c = [b copy];
<removed>
rdar://9408211
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema')
0 files changed, 0 insertions, 0 deletions