From 00420eddc3e44fef405d375ddc75411ac3432dbc Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 6 Nov 2012 05:20:23 +0000 Subject: [PATCH] Delete an outdated comment. llvm-svn: 167441 --- clang/include/clang/Lex/Lexer.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clang/include/clang/Lex/Lexer.h b/clang/include/clang/Lex/Lexer.h index fc3896ccd41c..dc7e3534c3b5 100644 --- a/clang/include/clang/Lex/Lexer.h +++ b/clang/include/clang/Lex/Lexer.h @@ -128,9 +128,7 @@ public: SourceLocation getFileLoc() const { return FileLoc; } /// Lex - Return the next token in the file. If this is the end of file, it - /// return the tok::eof token. Return true if an error occurred and - /// compilation should terminate, false if normal. This implicitly involves - /// the preprocessor. + /// return the tok::eof token. This implicitly involves the preprocessor. void Lex(Token &Result) { // Start a new token. Result.startToken(); -- GitLab