summaryrefslogtreecommitdiff
path: root/test/Sema/format-strings-c90.c
Commit message (Expand)AuthorAgeFilesLines
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-191-1/+1
* -Wformat-non-iso: warn about positional arguments (pr12017)Hans Wennborg2012-03-091-6/+6
* Warn about non-standard format strings (pr12017)Hans Wennborg2012-02-221-6/+9
* Tighten format string diagnostic and make it a bit clearer (and a bit closer ...Ted Kremenek2012-01-201-3/+3
* scanf: parse the 'm' length modifier, and check that the right argumentsHans Wennborg2012-01-121-1/+6
* scanf analysis: the 'a' length modifier is valid with a scanlistHans Wennborg2012-01-121-0/+1
* Support the 'a' length modifier in scanf format strings as a C90Hans Wennborg2011-12-151-0/+21