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
/
FormatString.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move definition of ConversionSpecifier::toString() to FormatString.cpp
Hans Wennborg
2011-12-09
1
-4
/
+41
*
Make printf warnings refer to intmax_t et al. by name
Hans Wennborg
2011-12-07
1
-2
/
+9
*
Revert r145697 and dependent patch r145702. It added a dependency from
Nick Lewycky
2011-12-02
1
-12
/
+13
*
Make conversion specifier warning refer to typedef if possible.
Hans Wennborg
2011-12-02
1
-13
/
+12
*
Tweak printf format string parsing to accept 'hh' conversion specifier to acc...
Ted Kremenek
2011-10-25
1
-5
/
+21
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-2
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
Revert r135147 and r135075. The consensus was that this wasn't the right thi...
Ted Kremenek
2011-07-14
1
-14
/
+12
*
Add extra sanity checking in FormatString::matchesType() that we are comparin...
Ted Kremenek
2011-07-14
1
-3
/
+6
*
Reapply r135075, but modify format-strings.c and format-strings-fixit.c test ...
Ted Kremenek
2011-07-14
1
-10
/
+9
*
Revert r135075, "format string checking: long and int have the same widths on...
NAKAMURA Takumi
2011-07-14
1
-9
/
+10
*
format string checking: long and int have the same widths on 32-bit, so we sh...
Ted Kremenek
2011-07-13
1
-10
/
+9
*
Re-relax conversion specifier checking for printf format strings and conversi...
Ted Kremenek
2011-07-13
1
-3
/
+4
*
Fix inversion in argument type checking for format strings with conversion sp...
Ted Kremenek
2011-07-13
1
-2
/
+2
*
Revert r133024, "[format strings] correctly suggest correct type for '%@'
Daniel Dunbar
2011-06-28
1
-2
/
+1
*
[format strings] correctly suggest correct type for '%@' specifiers. Fixes <...
Ted Kremenek
2011-06-14
1
-1
/
+2
*
Don't warn when matching %p to nullptr.
Anders Carlsson
2010-11-06
1
-2
/
+2
*
Fix printf format string checking for '%lc' (which expects a wint_t or compat...
Ted Kremenek
2010-08-24
1
-0
/
+21
*
Detabify.
Eli Friedman
2010-08-22
1
-1
/
+1
*
Revert r109428 "Hoist argument type checking into CheckFormatHandler. This i...
Michael J. Spencer
2010-07-27
1
-3
/
+1
*
Hoist argument type checking into CheckFormatHandler. This is prep for scanf...
Ted Kremenek
2010-07-26
1
-1
/
+3
*
Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier.
Ted Kremenek
2010-07-20
1
-2
/
+75
*
Add most of the boilerplate support for scanf format string checking. This i...
Ted Kremenek
2010-07-16
1
-0
/
+380
[prev]