summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PPLexerChange.cpp
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2009-11-29 17:07:16 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2009-11-29 17:07:16 +0000
commit0e5d13e0252fe773aa38a38eedb8568976806a71 (patch)
tree615f137347e3acb257887bdff4f188c90bd0206d /clang/lib/Lex/PPLexerChange.cpp
parent130f7f9629363ab6c066ae12c9326d545cf09f37 (diff)
downloadbcm5719-llvm-0e5d13e0252fe773aa38a38eedb8568976806a71.tar.gz
bcm5719-llvm-0e5d13e0252fe773aa38a38eedb8568976806a71.zip
remove stall comment
llvm-svn: 90080
Diffstat (limited to 'clang/lib/Lex/PPLexerChange.cpp')
-rw-r--r--clang/lib/Lex/PPLexerChange.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Lex/PPLexerChange.cpp b/clang/lib/Lex/PPLexerChange.cpp
index 41ed991436b..d5d6a6e972a 100644
--- a/clang/lib/Lex/PPLexerChange.cpp
+++ b/clang/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;
OpenPOWER on IntegriCloud