[cfe-commits] r90080 - /cfe/trunk/lib/Lex/PPLexerChange.cpp
Nuno Lopes
nunoplopes at sapo.pt
Sun Nov 29 09:07:16 PST 2009
Author: nlopes
Date: Sun Nov 29 11:07:16 2009
New Revision: 90080
URL: http://llvm.org/viewvc/llvm-project?rev=90080&view=rev
Log:
remove stall comment
Modified:
cfe/trunk/lib/Lex/PPLexerChange.cpp
Modified: cfe/trunk/lib/Lex/PPLexerChange.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/PPLexerChange.cpp?rev=90080&r1=90079&r2=90080&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PPLexerChange.cpp (original)
+++ cfe/trunk/lib/Lex/PPLexerChange.cpp Sun Nov 29 11:07:16 2009
@@ -63,8 +63,7 @@
//===----------------------------------------------------------------------===//
/// 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;
More information about the cfe-commits
mailing list