Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
369bddf5ad8cb1543d38d4afd12cce768292114a
/
clang
/
lib
/
Analysis
/
FormatString.cpp
3fd5031
Don't warn when matching %p to nullptr.
by Anders Carlsson
· 15 years ago
5f0c066
Fix printf format string checking for '%lc' (which expects a wint_t or compatible argument). Fixes PR 7981.
by Ted Kremenek
· 15 years ago
0483192
Detabify.
by Eli Friedman
· 15 years ago
2c35bc1
Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format"
by Michael J. Spencer
· 15 years ago
df4472b
Hoist argument type checking into CheckFormatHandler. This is prep for scanf format
by Ted Kremenek
· 15 years ago
ea28f83
Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier.
by Ted Kremenek
· 15 years ago
0208793
Add most of the boilerplate support for scanf format string checking. This includes
by Ted Kremenek
· 15 years ago