Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
5471bc85b69912e3b448de004498a80c0de32296
/
lib
/
Analysis
/
ScanfFormatString.cpp
96827eb
Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format"
by Michael J. Spencer
· 14 years ago
3c46e8d
Fix namespace polution.
by Dan Gohman
· 14 years ago
f762905
Hoist argument type checking into CheckFormatHandler. This is prep for scanf format
by Ted Kremenek
· 14 years ago
1e51c20
Hookup checking for invalid length modifiers in scanf format strings.
by Ted Kremenek
· 14 years ago
6ecb950
Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and
by Ted Kremenek
· 14 years ago
35d353b
Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg' to 'nArg' (scanf and printf checking).
by Ted Kremenek
· 14 years ago
be86ecc
Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <rdar://problem/8204052>.
by Ted Kremenek
· 14 years ago
b7c2101
Hook up warning for an incomplete scanlist in scanf format strings.
by Ted Kremenek
· 14 years ago
d9c904d
Add the main scanf-parsing logic that I meant to include in my previous commit.
by Ted Kremenek
· 14 years ago