Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-07-19 | PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus | Richard Smith | 1 | -1/+1 |
2012-03-09 | -Wformat-non-iso: warn about positional arguments (pr12017) | Hans Wennborg | 1 | -6/+6 |
2012-02-22 | Warn about non-standard format strings (pr12017) | Hans Wennborg | 1 | -6/+9 |
2012-01-20 | Tighten format string diagnostic and make it a bit clearer (and a bit closer ... | Ted Kremenek | 1 | -3/+3 |
2012-01-12 | scanf: parse the 'm' length modifier, and check that the right arguments | Hans Wennborg | 1 | -1/+6 |
2012-01-12 | scanf analysis: the 'a' length modifier is valid with a scanlist | Hans Wennborg | 1 | -0/+1 |
2011-12-15 | Support the 'a' length modifier in scanf format strings as a C90 | Hans Wennborg | 1 | -0/+21 |