[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
Hans Wennborg
hans at chromium.org
Thu Feb 16 10:26:00 PST 2012
On Thu, Feb 16, 2012 at 17:44, Joerg Sonnenberger
<joerg at britannica.bec.de> wrote:
> 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.
Thanks, changed it in r150711.
- Hans
More information about the cfe-commits
mailing list