[cfe-commits] r150716 - /cfe/trunk/include/clang/Analysis/Analyses/FormatString.h

Hans Wennborg hans at hanshq.net
Thu Feb 16 10:58:32 PST 2012


Author: hans
Date: Thu Feb 16 12:58:32 2012
New Revision: 150716

URL: http://llvm.org/viewvc/llvm-project?rev=150716&view=rev
Log:
Tweak the comment on the 'q' length modifier again.

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=150716&r1=150715&r2=150716&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/Analyses/FormatString.h (original)
+++ cfe/trunk/include/clang/Analysis/Analyses/FormatString.h Thu Feb 16 12:58:32 2012
@@ -67,7 +67,7 @@
     AsShort,      // 'h'
     AsLong,       // 'l'
     AsLongLong,   // 'll'
-    AsQuad,       // 'q' (BSD, deprecated, same as PRI?64)
+    AsQuad,       // 'q' (BSD, deprecated, for 64-bit integer types)
     AsIntMax,     // 'j'
     AsSizeT,      // 'z'
     AsPtrDiff,    // 't'





More information about the cfe-commits mailing list