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)
llvm-svn: 167441

clang/include/clang/Lex/Lexer.h

index fc3896c..dc7e353 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();