Author: nico Date: Mon Nov 5 23:20:23 2012 New Revision: 167441 URL: http://llvm.org/viewvc/llvm-project?rev=167441&view=rev Log: Delete an outdated comment.
Modified: cfe/trunk/include/clang/Lex/Lexer.h Modified: cfe/trunk/include/clang/Lex/Lexer.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/Lexer.h?rev=167441&r1=167440&r2=167441&view=diff ============================================================================== --- cfe/trunk/include/clang/Lex/Lexer.h (original) +++ cfe/trunk/include/clang/Lex/Lexer.h Mon Nov 5 23:20:23 2012 @@ -128,9 +128,7 @@ 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(); _______________________________________________ cfe-commits mailing list cfe-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits