summaryrefslogtreecommitdiffstats
path: root/test/FixIt/format-darwin.m
Commit message (Expand)AuthorAgeFilesLines
* [clang] Enable printf check for CFIndexAlexander Shaposhnikov2017-06-261-1/+22
* Temporary revert r221818 until all the problemsAnton Korobeynikov2014-11-121-2/+2
* Now really fix the typo in the testAnton Korobeynikov2014-11-121-2/+2
* Update the tests to handle proper result type of (?:)Anton Korobeynikov2014-11-121-2/+2
* Format strings: check against an enum's underlying type.Jordan Rose2014-05-311-5/+29
* Fix testcase.Ted Kremenek2013-03-251-1/+1
* For printf checking, handle nested typedefs for darwin-specific checking.Ted Kremenek2013-03-251-0/+8
* Revert "intmax_t is long long on Darwin, not long."Jordan Rose2013-02-201-23/+0
* intmax_t is long long on Darwin, not long.Jordan Rose2013-02-201-0/+23
* Format strings: correct signedness if already correcting width (%d,%u).Jordan Rose2013-01-171-0/+18
* Convert test/FixIt/format-darwin.m to use relative line numbers.Jordan Rose2013-01-171-46/+42
* Format strings: add more expression types that don't need parens to cast.Jordan Rose2012-12-051-1/+1
* Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o.Jordan Rose2012-09-131-11/+18
* Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o).Jordan Rose2012-09-131-0/+10
* Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin.Jordan Rose2012-09-051-0/+181