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
/
test
/
Analysis
/
string.c
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
/
+86
*
strcat() and strncat() model additions to CStringChecker.
Lenny Maiorani
2011-04-09
1
-0
/
+158
*
Rework checker "packages" and groups to be more hierarchical.
Ted Kremenek
2011-03-24
1
-4
/
+4
*
Fix tests to account for new warning "expected ';' at end of declaration list...
Carl Norum
2011-03-07
1
-2
/
+2
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-4
/
+4
*
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-4
/
+4
*
Allow passing a list of comma separated checker names to -analyzer-checker, e.g:
Argyrios Kyrtzidis
2011-02-24
1
-4
/
+4
*
Add CStringChecker support for strncpy. Patch by Lenny Maiorani!
Ted Kremenek
2011-02-22
1
-0
/
+68
*
Add CStringChecker support for strnlen. Patch by Lenny Maiorani!
Ted Kremenek
2011-02-22
1
-0
/
+132
*
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2011-02-15
1
-4
/
+4
*
Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:
Jordy Rose
2010-08-16
1
-0
/
+101
*
Update CStringChecker to take advantage of the new metadata symbols and regio...
Jordy Rose
2010-08-14
1
-6
/
+80
*
Added some false positive checking to UnreachableCodeChecker
Tom Care
2010-07-27
1
-2
/
+2
*
Groundwork for C string length tracking. Currently only handles the length of...
Jordy Rose
2010-07-27
1
-0
/
+65