summaryrefslogtreecommitdiff
path: root/test/Sema/format-strings-non-iso.c
Commit message (Expand)AuthorAgeFilesLines
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-191-1/+1
* Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso.Jordan Rose2012-09-081-7/+7
* Format strings: %Ld isn't available on Darwin or Windows.Jordan Rose2012-09-081-1/+1
* -Wformat-non-iso: warn about positional arguments (pr12017)Hans Wennborg2012-03-091-0/+29