]> granicus.if.org Git - clang/commit
Fix a rewriter bug that steve noticed. Don't skip arbitrary things
authorChris Lattner <sabre@nondot.org>
Wed, 14 Nov 2007 22:57:51 +0000 (22:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Nov 2007 22:57:51 +0000 (22:57 +0000)
commitdf6a51b0202d10963ed005c2480e3b4a10d16928
treecacb57cca4a23ab8df9754346920ad273ef2bbb7
parent21d50e12c3c412d8457071dc419363b7a7e8b855
Fix a rewriter bug that steve noticed.   Don't skip arbitrary things
between an @ and a p, just skip whitespace.

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