index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
PrintfFormatString.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bug 7377: Fixed several bad printf format string bugs.
Tom Care
2010-06-17
1
-11
/
+234
*
Extend format string type-checking to include '%p'. Fixes remaining cases PR...
Ted Kremenek
2010-06-16
1
-76
/
+92
*
Small fixes regarding printf fix suggestions.
Tom Care
2010-06-11
1
-0
/
+8
*
Fix a typo that breaks the GCC build. Turns out that Clang isn't
Douglas Gregor
2010-06-09
1
-1
/
+1
*
Added FixIt support to printf format string checking.
Tom Care
2010-06-09
1
-33
/
+228
*
Fix '+=' accumulation error when parsing numeric amounts in a format string.
Ted Kremenek
2010-03-25
1
-1
/
+1
*
Allow a '0' precision in format strings (as the man page says it is okay).
Ted Kremenek
2010-03-01
1
-10
/
+18
*
For printf format string checking, add support for positional format strings.
Ted Kremenek
2010-02-27
1
-15
/
+134
*
For printf format string checking, move the tracking of the data argument ind...
Ted Kremenek
2010-02-26
1
-13
/
+21
*
Add support for '%C' and '%S' printf conversion specifiers.
Ted Kremenek
2010-02-24
1
-22
/
+35
*
Refactor the logic for printf argument type-checking into analyze_printf::Arg...
Ted Kremenek
2010-02-16
1
-32
/
+143
*
Convert tabs to spaces.
Ted Kremenek
2010-02-09
1
-5
/
+5
*
Move ParseFormatString() and FormatStringHandler back into the analyze_printf...
Ted Kremenek
2010-02-04
1
-2
/
+4
*
Add format string type checking support for 'long double'.
Ted Kremenek
2010-02-01
1
-1
/
+4
*
Recognize 'q' as a format length modifier (from BSD).
Daniel Dunbar
2010-01-30
1
-0
/
+1
*
Add format string checking of 'double' arguments. Fixes <rdar://problem/6931...
Ted Kremenek
2010-01-30
1
-0
/
+3
*
Fix spacing.
Ted Kremenek
2010-01-29
1
-1
/
+1
*
Per a suggestion from Cristian Draghici, add a method to FormatSpecifier that...
Ted Kremenek
2010-01-29
1
-0
/
+53
*
Enhancements to the alternate (WIP) format string checking:
Ted Kremenek
2010-01-29
1
-2
/
+10
*
Alternate format string checking: issue warnings for incomplete format specif...
Ted Kremenek
2010-01-29
1
-13
/
+11
*
Alternate format string checking: issue a warning for invalid conversion spec...
Ted Kremenek
2010-01-29
1
-13
/
+18
*
Yet another attempt to make the Linux buildbots happy. Apparently there are ...
Ted Kremenek
2010-01-29
1
-4
/
+7
*
Move definition of FormatStringHandler::~FormatStringHandler() within namespa...
Ted Kremenek
2010-01-29
1
-1
/
+1
*
Add precision/field width checking to AlternateCheckPrintfString().
Ted Kremenek
2010-01-29
1
-4
/
+6
*
Fix off-by-one error in ParseFormatSpecifier() when reporting the location of...
Ted Kremenek
2010-01-28
1
-3
/
+2
*
Add position of conversion specifier character to 'ConversionSpecifier'.
Ted Kremenek
2010-01-28
1
-26
/
+31
*
Rename namespace clang::printf to clang::analyze_printf to avoid problems whe...
Ted Kremenek
2010-01-28
1
-4
/
+4
*
Allow HandleFormatSpecifier() to indicate that no more processing of the form...
Ted Kremenek
2010-01-28
1
-1
/
+2
*
Add '@' conversion specifier.
Ted Kremenek
2010-01-28
1
-4
/
+5
*
Remove invalid conversion specifiers from format string checking.
Ted Kremenek
2010-01-28
1
-5
/
+0
*
Add a few more conversion specifiers to ParseFormatSpecifier (these appear in...
Ted Kremenek
2010-01-28
1
-20
/
+27
*
Add skeleton for a more structured way to analyzing pring format
Ted Kremenek
2010-01-27
1
-0
/
+239
[prev]