Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r109428 "Hoist argument type checking into CheckFormatHandler. This i... | Michael J. Spencer | 2010-07-27 | 1 | -6/+0 |
* | Fix namespace polution. | Dan Gohman | 2010-07-26 | 1 | -0/+1 |
* | Hoist argument type checking into CheckFormatHandler. This is prep for scanf... | Ted Kremenek | 2010-07-26 | 1 | -0/+6 |
* | Hookup checking for invalid length modifiers in scanf format strings. | Ted Kremenek | 2010-07-20 | 1 | -21/+23 |
* | Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and | Ted Kremenek | 2010-07-20 | 1 | -27/+27 |
* | Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg' to 'nArg' (scanf and p... | Ted Kremenek | 2010-07-20 | 1 | -1/+1 |
* | Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <... | Ted Kremenek | 2010-07-19 | 1 | -0/+4 |
* | Hook up warning for an incomplete scanlist in scanf format strings. | Ted Kremenek | 2010-07-16 | 1 | -2/+2 |
* | Add the main scanf-parsing logic that I meant to include in my previous commit. | Ted Kremenek | 2010-07-16 | 1 | -0/+214 |