index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
GRExprEngineInternalChecks.h
Age
Commit message (
Expand
)
Author
2009-11-11
Add undefined array subscript checker.
Zhongxing Xu
2009-11-11
Reimplement out-of-bound array access checker with the new checker interface.
Zhongxing Xu
2009-11-11
Remove public headers for UndefinedArgChecker, AttrNonNullChecker, and BadCal...
Ted Kremenek
2009-11-11
Refactor DereferenceChecker to use only the new Checker API instead of
Ted Kremenek
2009-11-09
Add check for pointer arithmetic on non-array variables.
Zhongxing Xu
2009-11-09
Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer.
Zhongxing Xu
2009-11-09
Add checker for CWE-587: Assignment of a Fixed Address to a Pointer.
Zhongxing Xu
2009-11-09
Add checker for CWE-469: Use of Pointer Subtraction to Determine Size. This
Zhongxing Xu
2009-11-06
Make the VLASizeChecker implementation private, and its creation only known t...
Ted Kremenek
2009-11-06
Make the implementation of DivZeroChecker private.
Ted Kremenek
2009-11-06
Add a checker for CWE-466: Return of Pointer Value Outside of Expected Range.
Zhongxing Xu
2009-11-06
static analyzer: refactor checking logic for returning the address of a stack...
Ted Kremenek