Age | Commit message (Expand) | Author |
---|---|---|
2012-10-02 | -Wformat: Don't check format strings in uninstantiated templates. | Jordan Rose |
2012-03-09 | -Wformat-non-iso: warn about positional arguments (pr12017) | Hans Wennborg |
2012-02-22 | Warn about non-standard format strings (pr12017) | Hans Wennborg |
2012-02-21 | When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa... | Jean-Daniel Dupas |
2012-02-10 | Support all null pointer literals in format strings. | David Blaikie |
2012-02-10 | Enhance checking for null format string literal to take into account __null. ... | Ted Kremenek |
2012-02-07 | Implements support of format_arg attribute on C++ member. | Jean-Daniel Dupas |
2012-01-31 | Format string warnings: don't a.k.a. wchar_t with wchar_t. | Hans Wennborg |
2011-12-28 | Support the 'a' scanf length modifier as an extension in C++. | Hans Wennborg |