1. f3b323d [Sema] Don't crash on scanf on forward-declared enums. by Benjamin Kramer · 9 years ago
  2. 0c18d03 [Sema] Handle UTF-8 invalid format string specifiers by Bruno Cardoso Lopes · 10 years ago
  3. 1b23158 MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808) by Hans Wennborg · 11 years ago
  4. 68f42b9 MS format strings: support the 'w' length modifier (PR20808) by Hans Wennborg · 11 years ago
  5. 2554294 [C++11] Use 'nullptr'. Analysis edition. by Craig Topper · 11 years ago
  6. 802df13 Fix bad comment from r207573. by Hans Wennborg · 11 years ago
  7. df51ee6 scanf analysis: handle scanlists that start with ^] (PR19559) by Hans Wennborg · 11 years ago
  8. 177b0a3 scanf format checking: include the buffer length in the fix-it for %s. by Jordan Rose · 12 years ago
  9. 3cba495 Analysis: Add support for MS specific printf format specifiers by David Majnemer · 12 years ago
  10. 0d81e01 Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 12 years ago
  11. 2bf7fdb s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 13 years ago
  12. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  13. 510260c Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). by Jordan Rose · 13 years ago
  14. 76bb5cabfa Remove redundant semicolons which are null statements. by Dmitri Gribenko · 13 years ago
  15. 9230359 Format strings: %Ld isn't available on Darwin or Windows. by Jordan Rose · 13 years ago
  16. abc1e22 Properly check length modfiers for %n in format strings. by Hans Wennborg · 13 years ago
  17. b1ab2a8 Remove ScanfArgType and bake that logic into ArgType. by Hans Wennborg · 13 years ago
  18. c3b3da0 Rename analyze_format_string::ArgTypeResult to ArgType by Hans Wennborg · 13 years ago
  19. 16250c7 -Wformat: better handling of qualifiers on pointer arguments by Hans Wennborg · 13 years ago
  20. ebcd1c7 Make -Wformat check the argument type for %n. by Hans Wennborg · 13 years ago
  21. 08574d3 Make -Wformat walk the typedef chain when looking for size_t, etc. by Hans Wennborg · 13 years ago
  22. 614e72b Make suggestions for mismatched enum arguments to printf/scanf. by Jordan Rose · 13 years ago
  23. 9bc9bcc Format string analysis: give 'q' its own enumerator. by Hans Wennborg · 14 years ago
  24. d99d688 Make -Wformat fix-its preserve original conversion specifiers. by Hans Wennborg · 14 years ago
  25. 6fa5727 Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes PR 9466. by Ted Kremenek · 14 years ago
  26. e4d798f More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  27. 6073e31 scanf: parse the 'm' length modifier, and check that the right arguments by Hans Wennborg · 14 years ago
  28. 32f115f scanf analysis: don't bail out after successful parse of scanlist by Hans Wennborg · 14 years ago
  29. 23926bd Support the 'a' length modifier in scanf format strings as a C90 extension. 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. 2c35bc1 Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format" by Michael J. Spencer · 15 years ago
  32. 28ade55 Fix namespace polution. by Dan Gohman · 15 years ago
  33. df4472b Hoist argument type checking into CheckFormatHandler. This is prep for scanf format by Ted Kremenek · 15 years ago
  34. 4407ea4 Hookup checking for invalid length modifiers in scanf format strings. by Ted Kremenek · 15 years ago
  35. f03e6d85 Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and by Ted Kremenek · 15 years ago
  36. 516ef22 Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg' to 'nArg' (scanf and printf checking). by Ted Kremenek · 15 years ago
  37. 5c3e1b9 Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <rdar://problem/8204052>. by Ted Kremenek · 15 years ago
  38. d7b31cc Hook up warning for an incomplete scanlist in scanf format strings. by Ted Kremenek · 15 years ago
  39. a1ef0940 Add the main scanf-parsing logic that I meant to include in my previous commit. by Ted Kremenek · 15 years ago