aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/GRExprEngineInternalChecks.h
AgeCommit message (Expand)Author
2009-11-11Add undefined array subscript checker.Zhongxing Xu
2009-11-11Reimplement out-of-bound array access checker with the new checker interface.Zhongxing Xu
2009-11-11Remove public headers for UndefinedArgChecker, AttrNonNullChecker, and BadCal...Ted Kremenek
2009-11-11Refactor DereferenceChecker to use only the new Checker API instead ofTed Kremenek
2009-11-09Add check for pointer arithmetic on non-array variables.Zhongxing Xu
2009-11-09Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer.Zhongxing Xu
2009-11-09Add checker for CWE-587: Assignment of a Fixed Address to a Pointer.Zhongxing Xu
2009-11-09Add checker for CWE-469: Use of Pointer Subtraction to Determine Size. ThisZhongxing Xu
2009-11-06Make the VLASizeChecker implementation private, and its creation only known t...Ted Kremenek
2009-11-06Make the implementation of DivZeroChecker private.Ted Kremenek
2009-11-06Add a checker for CWE-466: Return of Pointer Value Outside of Expected Range.Zhongxing Xu
2009-11-06static analyzer: refactor checking logic for returning the address of a stack...Ted Kremenek