1. 66360e2 -Wformat: Don't check format strings in uninstantiated templates. by Jordan Rose · 12 years ago
  2. f856264 -Wformat-non-iso: warn about positional arguments (pr12017) by Hans Wennborg · 12 years ago
  3. 7651742 Warn about non-standard format strings (pr12017) by Hans Wennborg · 12 years ago
  4. f57c413 When calling a non variadic format function(vprintf, vscanf, NSLogv, …), warn if the format string argument is a parameter that is not itself declared as a format string with compatible format. by Jean-Daniel Dupas · 12 years ago
  5. a73cdcb Support all null pointer literals in format strings. by David Blaikie · 13 years ago
  6. e3d8e73 Enhance checking for null format string literal to take into account __null. Fixes <rdar://problem/8269537>. by Ted Kremenek · 13 years ago
  7. 52aabaf Implements support of format_arg attribute on C++ member. by Jean-Daniel Dupas · 13 years ago
  8. 7da1f46 Format string warnings: don't a.k.a. wchar_t with wchar_t. by Hans Wennborg · 13 years ago
  9. 5294c79 Support the 'a' scanf length modifier as an extension in C++. by Hans Wennborg · 13 years ago