diff options
Diffstat (limited to 'lib/Lex/Lexer.cpp')
-rw-r--r-- | lib/Lex/Lexer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Lex/Lexer.cpp b/lib/Lex/Lexer.cpp index 6a918d6a3a..4b5a3135c3 100644 --- a/lib/Lex/Lexer.cpp +++ b/lib/Lex/Lexer.cpp @@ -3538,6 +3538,7 @@ LexNextToken: return LexUnicode(Result, CodePoint, CurPtr); if (isLexingRawMode() || PP->isPreprocessedOutput()) { + ++CurPtr; Kind = tok::unknown; break; } |