[cfe-commits] r150711 - /cfe/trunk/include/clang/Analysis/Analyses/FormatString.h
Hans Wennborg
hans at hanshq.net
Thu Feb 16 10:19:52 PST 2012
Author: hans
Date: Thu Feb 16 12:19:51 2012
New Revision: 150711
URL: http://llvm.org/viewvc/llvm-project?rev=150711&view=rev
Log:
Update comment as per Joerg's comment on r150697.
Modified:
cfe/trunk/include/clang/Analysis/Analyses/FormatString.h
Modified: cfe/trunk/include/clang/Analysis/Analyses/FormatString.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/Analyses/FormatString.h?rev=150711&r1=150710&r2=150711&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/Analyses/FormatString.h (original)
+++ cfe/trunk/include/clang/Analysis/Analyses/FormatString.h Thu Feb 16 12:19:51 2012
@@ -67,7 +67,7 @@
AsShort, // 'h'
AsLong, // 'l'
AsLongLong, // 'll'
- AsQuad, // 'q' (BSD, deprecated, same as 'll')
+ AsQuad, // 'q' (BSD, deprecated, same as PRI?64)
AsIntMax, // 'j'
AsSizeT, // 'z'
AsPtrDiff, // 't'
More information about the cfe-commits
mailing list