summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/format-strings-i386.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert r135147 and r135075. The consensus was that this wasn't the right ↵Ted Kremenek2011-07-141-15/+0
| | | | | | thing to do. llvm-svn: 135152
* Reapply r135075, but modify format-strings.c and format-strings-fixit.c test ↵Ted Kremenek2011-07-141-0/+15
| | | | | | cases to be more portable with an explicit target triple. llvm-svn: 135134
* Revert r135075, "format string checking: long and int have the same widths ↵NAKAMURA Takumi2011-07-141-14/+0
| | | | | | | | on 32-bit, so we shouldn't warn about using" It fails on freebsd, mingw and msvc10. llvm-svn: 135129
* format string checking: long and int have the same widths on 32-bit, so we ↵Ted Kremenek2011-07-131-0/+14
shouldn't warn about using an "int" format specifier with a "long" type in 32-bit. llvm-svn: 135075
OpenPOWER on IntegriCloud