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
/
PrintfFormatString.cpp
Age
Commit message (
Expand
)
Author
2010-02-01
Add format string type checking support for 'long double'.
Ted Kremenek
2010-01-30
Recognize 'q' as a format length modifier (from BSD).
Daniel Dunbar
2010-01-30
Add format string checking of 'double' arguments. Fixes <rdar://problem/6931...
Ted Kremenek
2010-01-29
Fix spacing.
Ted Kremenek
2010-01-29
Per a suggestion from Cristian Draghici, add a method to FormatSpecifier that...
Ted Kremenek
2010-01-29
Enhancements to the alternate (WIP) format string checking:
Ted Kremenek
2010-01-29
Alternate format string checking: issue warnings for incomplete format specif...
Ted Kremenek
2010-01-29
Alternate format string checking: issue a warning for invalid conversion spec...
Ted Kremenek
2010-01-29
Yet another attempt to make the Linux buildbots happy. Apparently there are ...
Ted Kremenek
2010-01-29
Move definition of FormatStringHandler::~FormatStringHandler() within namespa...
Ted Kremenek
2010-01-29
Add precision/field width checking to AlternateCheckPrintfString().
Ted Kremenek
2010-01-28
Fix off-by-one error in ParseFormatSpecifier() when reporting the location of...
Ted Kremenek
2010-01-28
Add position of conversion specifier character to 'ConversionSpecifier'.
Ted Kremenek
2010-01-28
Rename namespace clang::printf to clang::analyze_printf to avoid problems whe...
Ted Kremenek
2010-01-28
Allow HandleFormatSpecifier() to indicate that no more processing of the form...
Ted Kremenek
2010-01-28
Add '@' conversion specifier.
Ted Kremenek
2010-01-28
Remove invalid conversion specifiers from format string checking.
Ted Kremenek
2010-01-28
Add a few more conversion specifiers to ParseFormatSpecifier (these appear in...
Ted Kremenek
2010-01-27
Add skeleton for a more structured way to analyzing pring format
Ted Kremenek