summaryrefslogtreecommitdiff
path: root/test/Sema/format-strings-c90.c
AgeCommit message (Expand)Author
2014-07-19PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith
2012-03-09-Wformat-non-iso: warn about positional arguments (pr12017)Hans Wennborg
2012-02-22Warn about non-standard format strings (pr12017)Hans Wennborg
2012-01-20Tighten format string diagnostic and make it a bit clearer (and a bit closer ...Ted Kremenek
2012-01-12scanf: parse the 'm' length modifier, and check that the right argumentsHans Wennborg
2012-01-12scanf analysis: the 'a' length modifier is valid with a scanlistHans Wennborg
2011-12-15Support the 'a' length modifier in scanf format strings as a C90Hans Wennborg