1. 195b25c [clang] Add getUnsignedPointerDiffType method by Alexander Shaposhnikov · 8 years ago
  2. 593e4bb [clang] Fix handling of "%zd" in scanf by Alexander Shaposhnikov · 8 years ago
  3. dc195d0 [Sema] Attempt to fix tests for utf-8 invalid format string specifiers by Bruno Cardoso Lopes · 10 years ago
  4. 0c18d03 [Sema] Handle UTF-8 invalid format string specifiers by Bruno Cardoso Lopes · 10 years ago
  5. 9a31b3b Reduce false positives in printf/scanf format checker by Andy Gibbs · 10 years ago
  6. df51ee6 scanf analysis: handle scanlists that start with ^] (PR19559) by Hans Wennborg · 11 years ago
  7. 6ed7251 Revert "Don't require -re suffix on -verify directives with regexes." by Alp Toker · 12 years ago
  8. 9b395ef Don't require -re suffix on -verify directives with regexes. by Hans Wennborg · 12 years ago
  9. cda4b6d Change semantics of regex expectations in the diagnostic verifier by Hans Wennborg · 12 years ago
  10. e06bc92 clang/test/Sema/format-strings-scanf.c: Relax a couple of expressions with expected-warning-re to let matched for Win32 targets. by NAKAMURA Takumi · 13 years ago
  11. 9230359 Format strings: %Ld isn't available on Darwin or Windows. by Jordan Rose · 13 years ago
  12. abc1e22 Properly check length modfiers for %n in format strings. by Hans Wennborg · 13 years ago
  13. b1ab2a8 Remove ScanfArgType and bake that logic into ArgType. by Hans Wennborg · 13 years ago
  14. 16250c7 -Wformat: better handling of qualifiers on pointer arguments by Hans Wennborg · 13 years ago
  15. ebcd1c7 Make -Wformat check the argument type for %n. by Hans Wennborg · 13 years ago
  16. 9bc9bcc Format string analysis: give 'q' its own enumerator. by Hans Wennborg · 14 years ago
  17. cb197b0 FormatCheckers should emit all diagnostics using EmitFormatDiagnostic(). by Jean-Daniel Dupas · 14 years ago
  18. 6fa5727 Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes PR 9466. by Ted Kremenek · 14 years ago
  19. 9139892 The 'l' length modifier makes sense with the scanlist conversion specifier. by Ted Kremenek · 14 years ago
  20. e7b9d43 Tighten format string diagnostic and make it a bit clearer (and a bit closer to GCC's). by Ted Kremenek · 14 years ago
  21. 507b567 Treat -Wformat=0 as an alias for -Wformat. by Hans Wennborg · 14 years ago
  22. 6073e31 scanf: parse the 'm' length modifier, and check that the right arguments by Hans Wennborg · 14 years ago
  23. fd95087 scanf analysis: the 'a' length modifier is valid with a scanlist by Hans Wennborg · 14 years ago
  24. 32f115f scanf analysis: don't bail out after successful parse of scanlist by Hans Wennborg · 14 years ago
  25. 29b6534 Fix test/Sema/format-strings-scanf.c by Hans Wennborg · 14 years ago
  26. 23926bd Support the 'a' length modifier in scanf format strings as a C90 extension. by Hans Wennborg · 14 years ago
  27. 4951c67 Fix signature of vsscanf in Builtins.def by Hans Wennborg · 14 years ago
  28. 8d5a409 Fix signature of sscanf in Builtins.def by Hans Wennborg · 14 years ago
  29. bb4189d Make fscanf, vscanf, etc. be recognized as scanf-like functions. by Hans Wennborg · 14 years ago
  30. b1a5e09 Check that arguments to a scanf call match the format specifier, by Hans Wennborg · 14 years ago
  31. 03cf7b7 Fix for PR9751 to change the behavior of -Wformat warnings. If the format by Richard Trieu · 14 years ago
  32. 4407ea4 Hookup checking for invalid length modifiers in scanf format strings. by Ted Kremenek · 15 years ago
  33. 6cd6942 Don't warn when a '%%' or '%*d' (scanf) is used in a format string with positional arguments, since by Ted Kremenek · 15 years ago
  34. ce81542 Hook up 'invalid conversion' warning for scanf format strings. by Ted Kremenek · 15 years ago
  35. 5c3e1b9 Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <rdar://problem/8204052>. by Ted Kremenek · 15 years ago
  36. 0030be8 Remove unicode quotes characters that somehow made it into a recent commit of mine. by Ted Kremenek · 15 years ago
  37. d7b31cc Hook up warning for an incomplete scanlist in scanf format strings. by Ted Kremenek · 15 years ago
  38. c618728 Tweak zero-field width in scanf format string diagnostic. by Ted Kremenek · 15 years ago
  39. 5530131 Add initial test cases for scanf format string checking. by Ted Kremenek · 15 years ago