[cfe-commits] r150697 - in /cfe/trunk: include/clang/Analysis/Analyses/FormatString.h lib/Analysis/FormatString.cpp lib/Analysis/PrintfFormatString.cpp lib/Analysis/ScanfFormatString.cpp test/Sema/format-strings-scanf.c test/Sema/format-strings.c
Joerg Sonnenberger
joerg at britannica.bec.de
Thu Feb 16 09:44:31 PST 2012
On Thu, Feb 16, 2012 at 04:34:55PM -0000, Hans Wennborg wrote:
> @@ -66,7 +66,8 @@
> AsChar, // 'hh'
> AsShort, // 'h'
> AsLong, // 'l'
> - AsLongLong, // 'll', 'q' (BSD, deprecated)
> + AsLongLong, // 'll'
> + AsQuad, // 'q' (BSD, deprecated, same as 'll')
Comment is wrong, it should be replaced with PRI?64.
Joerg
More information about the cfe-commits
mailing list