]> granicus.if.org Git - clang/commit
Fix rewriting of 'const' __block variables in
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 4 Feb 2010 00:07:58 +0000 (00:07 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 4 Feb 2010 00:07:58 +0000 (00:07 +0000)
commit2663f527c2717295fbaed4715945b879ad68f4cf
treefc4fed398eb66c5b70a7c56917bfd7fdb1738626
parentf6b6025a4e26bb0295a57e0efece73253038f278
Fix rewriting of 'const' __block variables in
the rewriter. (Fixes radar 7607781).

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