]> granicus.if.org Git - clang/commitdiff
comment tweak
authorChris Lattner <sabre@nondot.org>
Wed, 23 Dec 2009 21:29:53 +0000 (21:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Dec 2009 21:29:53 +0000 (21:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92055 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/TokenLexer.cpp

index a40bb62db46d5325721e3f0e3766be9629fc73d7..1083f6312763fce51c23fea17d78427a5e992008 100644 (file)
@@ -414,7 +414,7 @@ bool TokenLexer::PasteTokens(Token &Tok) {
     ResultTokTmp.startToken();
 
     // Claim that the tmp token is a string_literal so that we can get the
-    // character pointer back from CreateString.
+    // character pointer back from CreateString in getLiteralData().
     ResultTokTmp.setKind(tok::string_literal);
     PP.CreateString(&Buffer[0], Buffer.size(), ResultTokTmp);
     SourceLocation ResultTokLoc = ResultTokTmp.getLocation();