]> granicus.if.org Git - clang/commit
Tighten up blocks rewriter to handle casts and some other interesting cases.
authorSteve Naroff <snaroff@apple.com>
Wed, 15 Oct 2008 18:38:58 +0000 (18:38 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 15 Oct 2008 18:38:58 +0000 (18:38 +0000)
commitca74360821a14f128a64faf137bb2be09c01e509
treeb54c2f0f646653404b2c9a8cfbd2a5c75f25d5f1
parent20c77e995d5f1bad8fc59fe9e1883a563d94f535
Tighten up blocks rewriter to handle casts and some other interesting cases.

This fixes <rdar://problem/6289007> clang block rewriter: ^ in cast is not rewritten.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57591 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteBlocks.cpp
test/Rewriter/block-test.c