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
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
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
2011-04-27
Don't print fixits for format specifiers in cases where the fixit does not ac...
Eli Friedman
2011-04-25
When generating printf fixits, preserve the original formating for unsigned i...
Ted Kremenek
2011-01-27
Fix whitespace.
NAKAMURA Takumi
2011-01-27
7bit-ize.
NAKAMURA Takumi
2011-01-08
Add semantic checking that the "thousands grouping"
Ted Kremenek
2011-01-08
Add printf format string parsing support for '
Ted Kremenek
2010-12-25
The -fshort-wchar option causes wchar_t to become unsigned, in addition to being
Chris Lattner
2010-12-02
Fix range in printf warnings for invalid conversion specifiers.
Ted Kremenek
2010-11-21
The 'X' printf type has a valid alternative form. Fixes PR8641.
Anders Carlsson
2010-10-21
Previously, the printf warnings would say your arguments type was 'int' when ...
Ted Kremenek
2010-08-24
Fix printf format string checking for '%lc' (which expects a wint_t or compat...
Ted Kremenek
2010-07-20
Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier.
Ted Kremenek
2010-07-20
Cleanup whitespace in switch statement. No functionality change.
Ted Kremenek
2010-07-20
Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and
Ted Kremenek
2010-07-20
Rename 'UnicodeStrArg' to 'SArg'.
Ted Kremenek
2010-07-20
Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg' to 'nArg' (scanf and p...
Ted Kremenek
2010-07-20
Rename 'VoidPtrArg' to 'pArg' in printf/scanf checking.
Ted Kremenek
2010-07-20
Rename 'CStrArg' to 'sArg' for printf checking to match with the analagous en...
Ted Kremenek
2010-07-20
Rename analyze_printf::ConversionSpecifier::IntAsCharArg to 'cArg' to match
Ted Kremenek
2010-07-16
Add most of the boilerplate support for scanf format string checking. This i...
Ted Kremenek
2010-06-22
Type Type::isRealFloatingType() that vectors are not floating-point
Douglas Gregor
2010-06-18
Printf format strings: Added some more tests and fixed some minor bugs.
Tom Care
2010-06-17
Bug 7394 - Fixed toString representation of Precisions in format strings.
Tom Care
2010-06-17
Bug 7377: Fixed several bad printf format string bugs.
Tom Care
2010-06-16
Extend format string type-checking to include '%p'. Fixes remaining cases PR...
Ted Kremenek
2010-06-11
Small fixes regarding printf fix suggestions.
Tom Care
2010-06-09
Fix a typo that breaks the GCC build. Turns out that Clang isn't
Douglas Gregor
2010-06-09
Added FixIt support to printf format string checking.
Tom Care
2010-03-25
Fix '+=' accumulation error when parsing numeric amounts in a format string.
Ted Kremenek
2010-03-01
Allow a '0' precision in format strings (as the man page says it is okay).
Ted Kremenek
2010-02-27
For printf format string checking, add support for positional format strings.
Ted Kremenek
2010-02-26
For printf format string checking, move the tracking of the data argument ind...
Ted Kremenek
2010-02-24
Add support for '%C' and '%S' printf conversion specifiers.
Ted Kremenek
2010-02-16
Refactor the logic for printf argument type-checking into analyze_printf::Arg...
Ted Kremenek
2010-02-09
Convert tabs to spaces.
Ted Kremenek
2010-02-04
Move ParseFormatString() and FormatStringHandler back into the analyze_printf...
Ted Kremenek
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
[next]