diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2009-11-29 17:07:16 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2009-11-29 17:07:16 +0000 |
commit | e7f2cbd8c093dcaebaa04c3f7b8fb1a0b4533b15 (patch) | |
tree | bbaa23ab9c576658552abe2e3b02a0709e5f3a1a /lib/Lex/PPLexerChange.cpp | |
parent | 2024f4d4b0d57616f79ea742fa782d633d414462 (diff) |
remove stall comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/PPLexerChange.cpp')
-rw-r--r-- | lib/Lex/PPLexerChange.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Lex/PPLexerChange.cpp b/lib/Lex/PPLexerChange.cpp index 41ed991436..d5d6a6e972 100644 --- a/lib/Lex/PPLexerChange.cpp +++ b/lib/Lex/PPLexerChange.cpp @@ -63,8 +63,7 @@ PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { //===----------------------------------------------------------------------===// /// EnterSourceFile - Add a source file to the top of the include stack and -/// start lexing tokens from it instead of the current buffer. Return true -/// on failure. +/// start lexing tokens from it instead of the current buffer. void Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir) { assert(CurTokenLexer == 0 && "Cannot #include a file inside a macro!"); ++NumEnteredSourceFiles; |