summaryrefslogtreecommitdiffstats
path: root/test/Sema/format-strings-size_t.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "intmax_t is long long on Darwin, not long."Jordan Rose2013-02-201-1/+1
* intmax_t is long long on Darwin, not long.Jordan Rose2013-02-201-1/+1
* Properly check length modfiers for %n in format strings.Hans Wennborg2012-08-071-0/+13
* Tighten format string diagnostic and make it a bit clearer (and a bit closer ...Ted Kremenek2012-01-201-4/+4
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-4/+4
* Make printf warnings refer to intmax_t et al. by nameHans Wennborg2011-12-071-4/+4
* Teach format string analysis that "%zu" means size_t.Hans Wennborg2011-10-271-0/+15