index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
FormatString.cpp
Age
Commit message (
Expand
)
Author
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-14
Revert r135147 and r135075. The consensus was that this wasn't the right thi...
Ted Kremenek
2011-07-14
Add extra sanity checking in FormatString::matchesType() that we are comparin...
Ted Kremenek
2011-07-14
Reapply r135075, but modify format-strings.c and format-strings-fixit.c test ...
Ted Kremenek
2011-07-14
Revert r135075, "format string checking: long and int have the same widths on...
NAKAMURA Takumi
2011-07-13
format string checking: long and int have the same widths on 32-bit, so we sh...
Ted Kremenek
2011-07-13
Re-relax conversion specifier checking for printf format strings and conversi...
Ted Kremenek
2011-07-13
Fix inversion in argument type checking for format strings with conversion sp...
Ted Kremenek
2011-06-28
Revert r133024, "[format strings] correctly suggest correct type for '%@'
Daniel Dunbar
2011-06-14
[format strings] correctly suggest correct type for '%@' specifiers. Fixes <...
Ted Kremenek
2010-11-06
Don't warn when matching %p to nullptr.
Anders Carlsson
2010-08-24
Fix printf format string checking for '%lc' (which expects a wint_t or compat...
Ted Kremenek
2010-08-22
Detabify.
Eli Friedman
2010-07-27
Revert r109428 "Hoist argument type checking into CheckFormatHandler. This i...
Michael J. Spencer
2010-07-26
Hoist argument type checking into CheckFormatHandler. This is prep for scanf...
Ted Kremenek
2010-07-20
Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier.
Ted Kremenek
2010-07-16
Add most of the boilerplate support for scanf format string checking. This i...
Ted Kremenek