1. 2f84e43 [Test] Make Lit tests C++11 compatible - printf format string by Charles Li · 9 years ago
  2. 57819fc Move the fixit for -Wformat-security to a note. by Bob Wilson · 10 years ago
  3. b673c65 Extend format specifier checking to include field function pointers in addition to variable function pointers. Addresses PR21082. by Aaron Ballman · 10 years ago
  4. 1b98ccc PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus by Richard Smith · 11 years ago
  5. 3c14b23 -Wformat: Don't check format strings in uninstantiated templates. by Jordan Rose · 13 years ago
  6. aa8c61c -Wformat-non-iso: warn about positional arguments (pr12017) by Hans Wennborg · 14 years ago
  7. c9dd946 Warn about non-standard format strings (pr12017) by Hans Wennborg · 14 years ago
  8. 58dab68 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 · 14 years ago
  9. 59fe3f8 Support all null pointer literals in format strings. by David Blaikie · 14 years ago
  10. dde2ade Enhance checking for null format string literal to take into account __null. Fixes <rdar://problem/8269537>. by Ted Kremenek · 14 years ago
  11. 6255bd1 Implements support of format_arg attribute on C++ member. by Jean-Daniel Dupas · 14 years ago
  12. 27a5995 Format string warnings: don't a.k.a. wchar_t with wchar_t. by Hans Wennborg · 14 years ago
  13. e5f554a Support the 'a' scanf length modifier as an extension in C++. by Hans Wennborg · 14 years ago