summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/ptr-arith.c
Commit message (Expand)AuthorAgeFilesLines
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-2/+2
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-2/+2
* Add test case for PointerSubChecker.Zhongxing Xu2009-11-101-0/+5
* Refine PointerSubChecker: compare the base region instead of the original Zhongxing Xu2009-11-101-0/+5
* update test case.Zhongxing Xu2009-11-091-1/+1
* Add check for pointer arithmetic on non-array variables.Zhongxing Xu2009-11-091-0/+9
* Add checker for CWE-587: Assignment of a Fixed Address to a Pointer.Zhongxing Xu2009-11-091-0/+5
* Add checker for CWE-469: Use of Pointer Subtraction to Determine Size. ThisZhongxing Xu2009-11-091-0/+5
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Introduce a new concept to the static analyzer: SValuator.Ted Kremenek2009-06-261-1/+0
* Clean up builtin lists, add a few new builtins. (I re-sorted the Eli Friedman2009-06-041-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-3/+3
* Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the targetTed Kremenek2009-03-131-1/+3
* Add comments to test case.Zhongxing Xu2009-03-121-0/+3
* This test case checks if we get the right rvalue type of a TypedViewRegion.Zhongxing Xu2009-03-111-0/+15
* Fix crash when LHS of pointer arithmetic is not ElementRegion.Zhongxing Xu2009-03-111-0/+7
* Add test case for pointer arithmetic.Zhongxing Xu2009-03-031-0/+7
OpenPOWER on IntegriCloud