summaryrefslogtreecommitdiffstats
path: root/test/FixIt/format.m
Commit message (Expand)AuthorAgeFilesLines
* clang/test/FixIt/format.m: Tweak for i686, where ssize_t is int. (r308067)NAKAMURA Takumi2017-07-151-2/+2
* [clang] Fix format test Alexander Shaposhnikov2017-07-151-3/+3
* [clang] Fix handling of "%zd" format specifierAlexander Shaposhnikov2017-07-141-0/+13
* Update tests touched by r249656David Majnemer2015-10-081-2/+2
* Fix test on platforms where size_t is not 'unsigned long'.Benjamin Kramer2014-05-311-1/+1
* Format strings: check against an enum's underlying type.Jordan Rose2014-05-311-2/+28
* Special case '%C' handling in ObjC format strings to handle integer literals ...Ted Kremenek2013-10-151-5/+5
* Format strings: don't ever convert %+d to %lu.Jordan Rose2013-01-171-0/+4
* Format strings: correct signedness if already correcting width (%d,%u).Jordan Rose2013-01-171-0/+11
* Format strings: offer a cast to 'unichar' for %C in Objective-C contexts.Jordan Rose2012-12-051-0/+33
* Format strings: a character literal should be printed with %c, not %d.Jordan Rose2012-12-051-0/+33
* Format strings: the correct conversion for 'char' is %c, not %d or %hhd.Jordan Rose2012-12-051-0/+54
* Make suggestions for mismatched enum arguments to printf/scanf.Jordan Rose2012-06-041-0/+14
* Add a test for '%@' suggestion for classes.Jordan Rose2012-05-301-0/+11
* Suggest '%@' for Objective-C objects in ObjC format strings.Jordan Rose2012-05-301-0/+70