[cfe-commits] r135075 - in /cfe/trunk: lib/Analysis/FormatString.cpp test/Sema/format-strings-i386.c

Francois Pichet pichet2000 at gmail.com
Wed Jul 13 17:06:55 PDT 2011


On Wed, Jul 13, 2011 at 4:20 PM, Ted Kremenek <kremenek at apple.com> wrote:
> Author: kremenek
> Date: Wed Jul 13 15:20:58 2011
> New Revision: 135075
>
> URL: http://llvm.org/viewvc/llvm-project?rev=135075&view=rev
> Log:
> format string checking: long and int have the same widths on 32-bit, so we shouldn't warn about using
> an "int" format specifier with a "long" type in 32-bit.

this fails on MSVC:
See output here: http://pastie.org/2209925



More information about the cfe-commits mailing list