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
/
Checker
/
CStringChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
1
-1045
/
+0
*
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-22
1
-3
/
+3
*
Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.
Ted Kremenek
2010-12-20
1
-6
/
+6
*
Merge ValueManager into SValBuilder.
Ted Kremenek
2010-12-02
1
-144
/
+131
*
Rename all 'AssumeXXX' methods in libChecker
Ted Kremenek
2010-12-01
1
-14
/
+14
*
Rename all 'EvalXXX' methods in libChecker to
Ted Kremenek
2010-12-01
1
-51
/
+51
*
Rename 'SValuator' to 'SValBuilder'. The new name
Ted Kremenek
2010-12-01
1
-5
/
+5
*
Rename CXXObjectRegion to CXXTempObjectRegion.
Zhongxing Xu
2010-11-26
1
-2
/
+2
*
Adjust method calls to reflect name changes in
Ted Kremenek
2010-11-24
1
-3
/
+3
*
Teach the CStringChecker and PthreadLockChecker about non-identifier
Douglas Gregor
2010-11-01
1
-1
/
+4
*
do not bind temporaries to non-const references
Gabor Greif
2010-09-09
1
-1
/
+1
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-7
/
+7
*
Allow the "size" of a buffer access check to be either signed or unsigned. Fi...
Jordy Rose
2010-08-16
1
-1
/
+1
*
Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:
Jordy Rose
2010-08-16
1
-16
/
+201
*
Update CStringChecker to take advantage of the new metadata symbols and regio...
Jordy Rose
2010-08-14
1
-87
/
+245
*
MemRegion can refer to ASTContext without external help.
Zhongxing Xu
2010-08-11
1
-9
/
+5
*
When checking if a buffer access is valid, first make sure the buffer has a v...
Jordy Rose
2010-08-05
1
-11
/
+15
*
Groundwork for C string length tracking. Currently only handles the length of...
Jordy Rose
2010-07-27
1
-2
/
+189
*
Cleanup in CStringChecker. Now properly bifurcates the state for zero/nonzero...
Jordy Rose
2010-07-08
1
-139
/
+171
*
Add memcmp() and bcmp() to CStringChecker. These check for valid access to th...
Jordy Rose
2010-07-07
1
-0
/
+66
*
Cleanup on CStringChecker and its associated tests. Also check for null argum...
Jordy Rose
2010-07-07
1
-8
/
+77
*
Add a new path-sensitive checker for functions in <string.h>, for both null-t...
Jordy Rose
2010-07-06
1
-0
/
+358