]> granicus.if.org Git - clang/commit
Fix test regression introduced by r145656. When seeing a string literal that isn...
authorTed Kremenek <kremenek@apple.com>
Fri, 2 Dec 2011 01:30:14 +0000 (01:30 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 2 Dec 2011 01:30:14 +0000 (01:30 +0000)
commit320fa4b6051ff032aaa50d924ca39e3d529dcf5f
tree047816b1b25528e8fbc588b84055db50baba6479
parent7f422287a2ee7e515beb715f1f8915e9331469ee
Fix test regression introduced by r145656.  When seeing a string literal that isn't accepted by 'asm', skip to the enclosing ')'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145662 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseStmt.cpp