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
/
StaticAnalyzer
/
Checkers
/
CStringChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This patch adds modeling of strcmp() to the CString checker. Validates inputs...
Lenny Maiorani
2011-04-12
1
-0
/
+83
*
strcat() and strncat() model additions to CStringChecker.
Lenny Maiorani
2011-04-09
1
-9
/
+64
*
Adding Static Analyzer checker for mempcpy().
Lenny Maiorani
2011-03-31
1
-9
/
+73
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Migrate CStringChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-24
1
-94
/
+102
*
Add CStringChecker support for strncpy. Patch by Lenny Maiorani!
Ted Kremenek
2011-02-22
1
-4
/
+37
*
Add CStringChecker support for strnlen. Patch by Lenny Maiorani!
Ted Kremenek
2011-02-22
1
-0
/
+40
*
[analyzer] Pass CheckerManager to the registration functions.
Argyrios Kyrtzidis
2011-02-17
1
-1
/
+6
*
simplify a bit.
Chris Lattner
2011-02-17
1
-1
/
+1
*
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2011-02-15
1
-2
/
+2
*
Rename 'InvalidateRegions()' to 'invalidateRegions()'.
Ted Kremenek
2011-02-11
1
-1
/
+1
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-3
/
+3
*
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...
Argyrios Kyrtzidis
2011-02-08
1
-1
/
+1
*
Rename misc. methods in GRSubEngine to start
Ted Kremenek
2011-01-11
1
-2
/
+2
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
1
-0
/
+1048
[prev]