summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/uninit-vals-ps-region.c
Commit message (Expand)AuthorAgeFilesLines
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-1/+1
* add a bunch of missing prototypes to testsChris Lattner2010-01-091-0/+1
* 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
* Catch uses of undefined values when they are used in assignment, thus catchin...Ted Kremenek2009-11-041-2/+13
* Shorten the static analyzer diagnostic for 'use of garbage value'.Ted Kremenek2009-09-241-1/+1
* Have divide-by-zero checker not handled undefined denominators. This is hand...Ted Kremenek2009-09-161-1/+1
* Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a wayTed Kremenek2009-09-111-1/+1
* Add uninitialized values test case.Ted Kremenek2009-08-281-0/+18
* 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
* enable test as it worksNuno Lopes2009-01-301-1/+1
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* Lazy bingding for region-store manager.Zhongxing Xu2008-12-201-1/+1
* Revise bogus comment I just committed.Ted Kremenek2008-12-041-1/+1
* Add comment to test case for documentation.Ted Kremenek2008-12-041-1/+1
* Split region store specific test cases.Zhongxing Xu2008-11-201-0/+17
OpenPOWER on IntegriCloud