summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/outofbound.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-1/+1
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-1/+1
* Reimplement out-of-bound array access checker with the new checker interface.Zhongxing Xu2009-11-111-2/+1
* Switch XFAIL format to match LLVM.Daniel Dunbar2009-11-031-1/+1
* Temporarily disable out-of-bounds checking. The current checking logic will ...Ted Kremenek2009-08-011-0/+1
* Introduce a new concept to the static analyzer: SValuator.Ted Kremenek2009-06-261-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-1/+1
* Test more array logic in outofbound.cTed Kremenek2009-01-221-1/+2
* Fix RegionStore::getLValueElement() to handle the case when the base region i...Ted Kremenek2009-01-221-1/+1
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* This test now passes.Ted Kremenek2009-01-131-1/+0
* Temporarily XFAIL these tests.Ted Kremenek2008-12-131-0/+1
* Strings are NULL terminated. So the region size should plus one.Zhongxing Xu2008-11-241-1/+1
* Add test case for out-of-bound memory access checking.Zhongxing Xu2008-11-241-0/+6
OpenPOWER on IntegriCloud