Age | Commit message (Expand) | Author |
---|---|---|
2013-03-25 | Fix testcase. | Ted Kremenek |
2013-03-25 | For printf checking, handle nested typedefs for darwin-specific checking. | Ted Kremenek |
2013-02-20 | Revert "intmax_t is long long on Darwin, not long." | Jordan Rose |
2013-02-20 | intmax_t is long long on Darwin, not long. | Jordan Rose |
2013-01-17 | Format strings: correct signedness if already correcting width (%d,%u). | Jordan Rose |
2013-01-17 | Convert test/FixIt/format-darwin.m to use relative line numbers. | Jordan Rose |
2012-12-05 | Format strings: add more expression types that don't need parens to cast. | Jordan Rose |
2012-09-13 | Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. | Jordan Rose |
2012-09-13 | Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). | Jordan Rose |
2012-09-05 | Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin. | Jordan Rose |