From: Nico Weber Date: Tue, 6 Nov 2012 05:20:23 +0000 (+0000) Subject: Delete an outdated comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=164fcd022185fddc0e689f61ac8ad4b3ac744c2a;p=clang Delete an outdated comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167441 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Lex/Lexer.h b/include/clang/Lex/Lexer.h index fc3896ccd4..dc7e3534c3 100644 --- a/include/clang/Lex/Lexer.h +++ b/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();