From: Hans Wennborg Date: Thu, 16 Feb 2012 18:58:32 +0000 (+0000) Subject: Tweak the comment on the 'q' length modifier again. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a76879eb4c75dbd9ec671558f0b8b79a28d4d747;p=clang Tweak the comment on the 'q' length modifier again. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150716 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Analysis/Analyses/FormatString.h b/include/clang/Analysis/Analyses/FormatString.h index 461ac92132..f7a658ea63 100644 --- a/include/clang/Analysis/Analyses/FormatString.h +++ b/include/clang/Analysis/Analyses/FormatString.h @@ -67,7 +67,7 @@ public: 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'