Историја ревизија

Аутор SHA1 Порука Датум
  Hans Wennborg cec9ce49dc Make -Wformat check the argument type for %n. пре 13 година
  Hans Wennborg 4684778993 Make -Wformat walk the typedef chain when looking for size_t, etc. пре 13 година
  Jordan Rose 033a9c0804 Make suggestions for mismatched enum arguments to printf/scanf. пре 13 година
  Hans Wennborg 32addd519c Format string analysis: give 'q' its own enumerator. пре 13 година
  Hans Wennborg be6126a2a7 Make -Wformat fix-its preserve original conversion specifiers. пре 13 година
  Ted Kremenek 9d24c2cbd9 Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes PR 9466. пре 13 година
  David Blaikie 3026348bd4 More dead code removal (using -Wunreachable-code) пре 13 година
  Hans Wennborg 37969b7e14 scanf: parse the 'm' length modifier, and check that the right arguments пре 13 година
  Hans Wennborg 6de0b48c55 scanf analysis: don't bail out after successful parse of scanlist пре 13 година
  Hans Wennborg d02deebce5 Support the 'a' length modifier in scanf format strings as a C90 пре 13 година
  Hans Wennborg 6fcd932dfd Check that arguments to a scanf call match the format specifier, пре 13 година
  Michael J. Spencer 96827eb524 Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format" пре 15 година
  Dan Gohman 3c46e8db99 Fix namespace polution. пре 15 година
  Ted Kremenek f762905bde Hoist argument type checking into CheckFormatHandler. This is prep for scanf format пре 15 година
  Ted Kremenek 1e51c200b1 Hookup checking for invalid length modifiers in scanf format strings. пре 15 година
  Ted Kremenek 6ecb950c65 Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and пре 15 година
  Ted Kremenek 35d353b47b Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg' to 'nArg' (scanf and printf checking). пре 15 година
  Ted Kremenek be86ecc827 Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <rdar://problem/8204052>. пре 15 година
  Ted Kremenek b7c21018ec Hook up warning for an incomplete scanlist in scanf format strings. пре 15 година
  Ted Kremenek d9c904de74 Add the main scanf-parsing logic that I meant to include in my previous commit. пре 15 година