]> granicus.if.org Git - clang/commit
implement simple support for arbitrary token lookahead. Change the
authorChris Lattner <sabre@nondot.org>
Mon, 10 Mar 2008 06:06:04 +0000 (06:06 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Mar 2008 06:06:04 +0000 (06:06 +0000)
commit6b884508c3bc97cc9df9516adb92fbf88dd0a2e4
treebb49db85ccbad315396fbf022341b53d9174f21d
parent3bbad550be7edc628be31b51d2a51b6d7d46eafb
implement simple support for arbitrary token lookahead.  Change the
objc @try parser to use it, fixing a FIXME.  Update the
objc-try-catch-1.m file to pass now that we get more reasonable
errors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48129 91177308-0d34-0410-b5e6-96231b3b80d8
Lex/MacroArgs.cpp
Lex/PPLexerChange.cpp
Lex/TokenLexer.cpp
Parse/ParseObjc.cpp
include/clang/Lex/Preprocessor.h
include/clang/Lex/TokenLexer.h
include/clang/Parse/Parser.h
test/Parser/objc-try-catch-1.m