[cfe-commits] r38731 - /cfe/cfe/trunk/Lex/Pragma.cpp
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:24:10 PDT 2007
Author: sabre
Date: Wed Jul 11 11:24:10 2007
New Revision: 38731
URL: http://llvm.org/viewvc/llvm-project?rev=38731&view=rev
Log:
update comment
Modified:
cfe/cfe/trunk/Lex/Pragma.cpp
Modified: cfe/cfe/trunk/Lex/Pragma.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/Lex/Pragma.cpp?rev=38731&r1=38730&r2=38731&view=diff
==============================================================================
--- cfe/cfe/trunk/Lex/Pragma.cpp (original)
+++ cfe/cfe/trunk/Lex/Pragma.cpp Wed Jul 11 11:24:10 2007
@@ -132,8 +132,8 @@
}
}
- // Plop the string (including the trailing null) into a buffer where we can
- // lex it.
+ // Plop the string (including the newline and trailing null) into a buffer
+ // where we can lex it.
SourceLocation TokLoc = CreateString(&StrVal[0], StrVal.size(), StrLoc);
const char *StrData = SourceMgr.getCharacterData(TokLoc);
More information about the cfe-commits
mailing list