]> granicus.if.org Git - clang/commit
Switch over more of the parser to err_expected
authorAlp Toker <alp@nuanti.com>
Mon, 30 Dec 2013 23:29:50 +0000 (23:29 +0000)
committerAlp Toker <alp@nuanti.com>
Mon, 30 Dec 2013 23:29:50 +0000 (23:29 +0000)
commit0e39d5d027f226967bfb09673485a35ba40ee724
treefe8aa6be229088a1c334003a5737429b9acf8272
parent2b0d1d3457a68cb95c5cd066f3dcdf7870e8f394
Switch over more of the parser to err_expected

Includes a fix for a missing highlight range caused by a ',' typo in the PP
diagnostics.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198252 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPExpressions.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseObjc.cpp