]> granicus.if.org Git - clang/commitdiff
Delete an outdated comment.
authorNico Weber <nicolasweber@gmx.de>
Tue, 6 Nov 2012 05:20:23 +0000 (05:20 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 6 Nov 2012 05:20:23 +0000 (05:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167441 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/Lexer.h

index fc3896ccd41cde42beda0cea738d2b91eb6a3c73..dc7e3534c3b5536392709dcb3c99f1959a25ee7f 100644 (file)
@@ -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();