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
/
GRExprEngineInternalChecks.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-44
/
+0
*
Refactor OSAtomic evaluation logic into OSAtomicChecker.
Zhongxing Xu
2009-12-09
1
-1
/
+1
*
Refactor builtin function evaluation into a checker.
Zhongxing Xu
2009-12-08
1
-0
/
+1
*
Add EvalCallExpr interface to checker, and migrate the no-return function
Zhongxing Xu
2009-12-07
1
-0
/
+2
*
Refactor undefined result checker. This is the last one.
Zhongxing Xu
2009-11-24
1
-0
/
+1
*
rename UndefinedArgChecker to CallAndMessageChecker.
Zhongxing Xu
2009-11-24
1
-1
/
+1
*
Initial refactor of UndefBranchChecker. We still use GRBranchNodeBuilder
Zhongxing Xu
2009-11-23
1
-0
/
+1
*
Remove UndefinedAssignmentChecker's header.
Zhongxing Xu
2009-11-22
1
-0
/
+1
*
Pull BadCallChecker int UndefinedArgChecker, and have UndefinedArgChecker als...
Ted Kremenek
2009-11-21
1
-1
/
+0
*
Add undefined array subscript checker.
Zhongxing Xu
2009-11-11
1
-0
/
+1
*
Reimplement out-of-bound array access checker with the new checker interface.
Zhongxing Xu
2009-11-11
1
-0
/
+1
*
Remove public headers for UndefinedArgChecker, AttrNonNullChecker, and BadCal...
Ted Kremenek
2009-11-11
1
-0
/
+3
*
Refactor DereferenceChecker to use only the new Checker API instead of
Ted Kremenek
2009-11-11
1
-0
/
+2
*
Add check for pointer arithmetic on non-array variables.
Zhongxing Xu
2009-11-09
1
-0
/
+1
*
Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer.
Zhongxing Xu
2009-11-09
1
-0
/
+1
*
Add checker for CWE-587: Assignment of a Fixed Address to a Pointer.
Zhongxing Xu
2009-11-09
1
-1
/
+2
*
Add checker for CWE-469: Use of Pointer Subtraction to Determine Size. This
Zhongxing Xu
2009-11-09
1
-1
/
+1
*
Make the VLASizeChecker implementation private, and its creation only known t...
Ted Kremenek
2009-11-06
1
-0
/
+1
*
Make the implementation of DivZeroChecker private.
Ted Kremenek
2009-11-06
1
-2
/
+3
*
Add a checker for CWE-466: Return of Pointer Value Outside of Expected Range.
Zhongxing Xu
2009-11-06
1
-0
/
+1
*
static analyzer: refactor checking logic for returning the address of a stack...
Ted Kremenek
2009-11-06
1
-0
/
+26