Use ScriptParserBase::skip() instead of peek() and next().
skip(S) consumes a token if the next token is S, so it can be used instead of peek() & next(). llvm-svn: 275672
Loading
Please register or sign in to comment
skip(S) consumes a token if the next token is S, so it can be used instead of peek() & next(). llvm-svn: 275672