1. 57819fc Move the fixit for -Wformat-security to a note. by Bob Wilson · 10 years ago
  2. cf2cf0d Add fix-it for format-security warnings. by Bob Wilson · 10 years ago
  3. a3c494f Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321]" by Alp Toker · 11 years ago
  4. 692d6bb clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter. by NAKAMURA Takumi · 11 years ago
  5. 202113f Remove wchar_t* buffer from scanf format fix-it test. by Jordan Rose · 12 years ago
  6. d498236 Make format-strings-fixit.c aware of "%hu" uint16_t on wchar_t for targeting win32. by NAKAMURA Takumi · 12 years ago
  7. 177b0a3 scanf format checking: include the buffer length in the fix-it for %s. by Jordan Rose · 12 years ago
  8. 1eb3429 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 13 years ago
  9. 08574d3 Make -Wformat walk the typedef chain when looking for size_t, etc. by Hans Wennborg · 13 years ago
  10. aa8c61c -Wformat-non-iso: warn about positional arguments (pr12017) by Hans Wennborg · 14 years ago
  11. d99d688 Make -Wformat fix-its preserve original conversion specifiers. by Hans Wennborg · 14 years ago
  12. b1a5e09 Check that arguments to a scanf call match the format specifier, by Hans Wennborg · 14 years ago
  13. 2027de3 fix format specifier fixit for printf("%ld", "foo"); by Hans Wennborg · 14 years ago
  14. cc8ce7b Break out ssize_t test from Sema/format-strings-fixit.c by Hans Wennborg · 14 years ago
  15. a5d653c Another attempt at fixing format-strings-fixit.c. by Hans Wennborg · 14 years ago
  16. 95c49c6 Disable the ssize_t test in format-strings-fixit.c. by Hans Wennborg · 14 years ago
  17. f99d04f Suggest %zu for size_t args to printf. by Hans Wennborg · 14 years ago
  18. 3ab1555 PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: by Richard Smith · 14 years ago
  19. d0c2afd Revert r135147 and r135075. The consensus was that this wasn't the right thing to do. by Ted Kremenek · 14 years ago
  20. ba84cf5 Reapply r135075, but modify format-strings.c and format-strings-fixit.c test cases to be more portable with an explicit target triple. by Ted Kremenek · 14 years ago
  21. 8dcc466 When generating printf fixits, preserve the original formating for unsigned integers (e.g., 'x', 'o'). by Ted Kremenek · 14 years ago
  22. 3f272b8 Bug 7377: printf checking fails to flag some undefined behavior by Tom Care · 15 years ago
  23. 6e4ea2d Printf format strings: Added some more tests and fixed some minor bugs. by Tom Care · 15 years ago
  24. 98008a4 Fix format string checking of '%c' by treating it as an integer conversion. Fixes PR 7391. by Ted Kremenek · 15 years ago
  25. 64c235e Extend format string type-checking to include '%p'. Fixes remaining cases PR 4468. by Ted Kremenek · 15 years ago
  26. 0055463 Small fixes regarding printf fix suggestions. by Tom Care · 15 years ago
  27. b704270 Added FixIt support to printf format string checking. by Tom Care · 15 years ago