Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
6faa5540dfd17388c62bef8e69f91b0e6bd86e9c
/
lib
/
Analysis
/
ScanfFormatString.cpp
9d24c2c
Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes PR 9466.
by Ted Kremenek
· 14 years ago
3026348
More dead code removal (using -Wunreachable-code)
by David Blaikie
· 14 years ago
37969b7
scanf: parse the 'm' length modifier, and check that the right arguments
by Hans Wennborg
· 14 years ago
6de0b48
scanf analysis: don't bail out after successful parse of scanlist
by Hans Wennborg
· 14 years ago
d02deeb
Support the 'a' length modifier in scanf format strings as a C90 extension.
by Hans Wennborg
· 14 years ago
6fcd932
Check that arguments to a scanf call match the format specifier,
by Hans Wennborg
· 14 years ago
96827eb
Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format"
by Michael J. Spencer
· 15 years ago
3c46e8d
Fix namespace polution.
by Dan Gohman
· 15 years ago
f762905
Hoist argument type checking into CheckFormatHandler. This is prep for scanf format
by Ted Kremenek
· 15 years ago
1e51c20
Hookup checking for invalid length modifiers in scanf format strings.
by Ted Kremenek
· 15 years ago
6ecb950
Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and
by Ted Kremenek
· 15 years ago
35d353b
Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg' to 'nArg' (scanf and printf checking).
by Ted Kremenek
· 15 years ago
be86ecc
Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <rdar://problem/8204052>.
by Ted Kremenek
· 15 years ago
b7c2101
Hook up warning for an incomplete scanlist in scanf format strings.
by Ted Kremenek
· 15 years ago
d9c904d
Add the main scanf-parsing logic that I meant to include in my previous commit.
by Ted Kremenek
· 15 years ago