Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the fixit for -Wformat-security to a note. | Bob Wilson | 2016-03-15 | 1 | -0/+1 |
* | Add a format warning for "%p" with non-void* args | Seth Cantrell | 2015-03-04 | 1 | -0/+3 |
* | Implement C++'s restrictions on the type of an expression passed to a vararg | Richard Smith | 2013-08-05 | 1 | -0/+4 |
* | PR13099: Teach -Wformat about raw string literals, UTF-8 strings and Unicode ... | Richard Smith | 2012-06-13 | 1 | -0/+12 |
* | Support all null pointer literals in format strings. | David Blaikie | 2012-02-10 | 1 | -0/+2 |
* | Tighten format string diagnostic and make it a bit clearer (and a bit closer ... | Ted Kremenek | 2012-01-20 | 1 | -1/+1 |
* | Support the 'a' scanf length modifier as an extension in C++. | Hans Wennborg | 2011-12-28 | 1 | -0/+13 |