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

NAKAMURA Takumi geek4civic at gmail.com
Wed Jul 13 22:20:54 PDT 2011


> 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.

Excuse me, Ted, I have reverted it in r135129.

...Takumi



More information about the cfe-commits mailing list