]> granicus.if.org Git - clang/commit
Fix an objective-c rewriter bug rewriting a __block
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 27 Jan 2011 23:18:15 +0000 (23:18 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 27 Jan 2011 23:18:15 +0000 (23:18 +0000)
commit1e8011e2fcddc4a638d210ec2dcd21adcf7b1763
treede8d2986ec916f1d635b53c1f286dbf1710dcb5b
parent1eee5dc0465c0ab4810e21d365e881152d7f53c0
Fix an objective-c rewriter bug rewriting a __block
variable declaration of a struct declared type.
// rdar://8918702

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124451 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Rewrite/RewriteObjC.cpp
test/Rewriter/blockstruct.m [new file with mode: 0644]