Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r135147 and r135075. The consensus was that this wasn't the right ↵ | Ted Kremenek | 2011-07-14 | 1 | -15/+0 |
| | | | | | | thing to do. llvm-svn: 135152 | ||||
* | Reapply r135075, but modify format-strings.c and format-strings-fixit.c test ↵ | Ted Kremenek | 2011-07-14 | 1 | -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 Takumi | 2011-07-14 | 1 | -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 Kremenek | 2011-07-13 | 1 | -0/+14 |
shouldn't warn about using an "int" format specifier with a "long" type in 32-bit. llvm-svn: 135075 |