summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-11-06 05:20:23 +0000
committerNico Weber <nicolasweber@gmx.de>2012-11-06 05:20:23 +0000
commit00420eddc3e44fef405d375ddc75411ac3432dbc (patch)
tree6506acd316e5a88d71a45507fcea8f2f637a5d07
parent8cd99817f9a60cc13847b7e9cdc6d9fdca5f27df (diff)
downloadbcm5719-llvm-00420eddc3e44fef405d375ddc75411ac3432dbc.tar.gz
bcm5719-llvm-00420eddc3e44fef405d375ddc75411ac3432dbc.zip
Delete an outdated comment.
llvm-svn: 167441
-rw-r--r--clang/include/clang/Lex/Lexer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/include/clang/Lex/Lexer.h b/clang/include/clang/Lex/Lexer.h
index fc3896ccd41..dc7e3534c3b 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();
OpenPOWER on IntegriCloud