llvm-svn: 135545
This commit is contained in:
Joerg Sonnenberger 2011-07-20 00:14:37 +00:00
parent 2494f555b6
commit da5d2b761a
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ Lexer::ComputePreamble(const llvm::MemoryBuffer *Buffer, unsigned MaxLines) {
Token HashTok = TheTok;
InPreprocessorDirective = true;
// Figure out which direective this is. Since we're lexing raw tokens,
// Figure out which directive this is. Since we're lexing raw tokens,
// we don't have an identifier table available. Instead, just look at
// the raw identifier to recognize and categorize preprocessor directives.
TheLexer.LexFromRawLexer(TheTok);