Skip to content
Snippets Groups Projects
Commit 00420edd authored by Nico Weber's avatar Nico Weber
Browse files

Delete an outdated comment.

llvm-svn: 167441
parent 8cd99817
No related branches found
No related tags found
No related merge requests found
...@@ -128,9 +128,7 @@ public: ...@@ -128,9 +128,7 @@ public:
SourceLocation getFileLoc() const { return FileLoc; } SourceLocation getFileLoc() const { return FileLoc; }
/// Lex - Return the next token in the file. If this is the end of file, it /// 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 /// return the tok::eof token. This implicitly involves the preprocessor.
/// compilation should terminate, false if normal. This implicitly involves
/// the preprocessor.
void Lex(Token &Result) { void Lex(Token &Result) {
// Start a new token. // Start a new token.
Result.startToken(); Result.startToken();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment