]> granicus.if.org Git - clang/commit
Moved main control flow functions to bottom of file.
authorSteve Naroff <snaroff@apple.com>
Sat, 4 Oct 2008 17:06:23 +0000 (17:06 +0000)
committerSteve Naroff <snaroff@apple.com>
Sat, 4 Oct 2008 17:06:23 +0000 (17:06 +0000)
commit70f9550c27d935792374f82706af04419464109a
tree9a7a30694b27201acc92dbe4f88e82ba06e47fc3
parent14b8c3800e8d79a9251bd71d481ff5d060813cfa
Moved main control flow functions to bottom of file.
Reworked control flow to:
- rewrite the block expr body "in place".
- used Chris's new rewriter hook "getRewritenText" to "lift" the text for later use.
- finally, we do the block expr text replacement.

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