diff options
author | Chris Lattner <sabre@nondot.org> | 2008-12-17 21:38:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-12-17 21:38:44 +0000 |
commit | d88c93397052da3c0b0cc37129b529b8b3917b1e (patch) | |
tree | ef05d438f440e54c0992a569b167eace5cdbf69a /clang/lib/Lex/PTHLexer.cpp | |
parent | be3864ae6f889b67fb96e405891c00f7b61a76b3 (diff) | |
download | bcm5719-llvm-d88c93397052da3c0b0cc37129b529b8b3917b1e.tar.gz bcm5719-llvm-d88c93397052da3c0b0cc37129b529b8b3917b1e.zip |
add a dropped word back
llvm-svn: 61152
Diffstat (limited to 'clang/lib/Lex/PTHLexer.cpp')
-rw-r--r-- | clang/lib/Lex/PTHLexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/PTHLexer.cpp b/clang/lib/Lex/PTHLexer.cpp index 2ec01b27ebd..a107a381190 100644 --- a/clang/lib/Lex/PTHLexer.cpp +++ b/clang/lib/Lex/PTHLexer.cpp @@ -285,7 +285,7 @@ void PTHLexer::ReadToken(Token& T) { T.setIdentifierInfo(PTHMgr.ReadIdentifierInfo(CurPtrShadow)); // Set the SourceLocation. Since all tokens are constructed using a - // raw, they will all be offseted from the same FileID. + // raw lexer, they will all be offseted from the same FileID. T.setLocation(SourceLocation::getFileLoc(FileID, Read32(CurPtrShadow))); // Finally, read and set the length of the token. |