summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/CheckNSError.m
Commit message (Expand)AuthorAgeFilesLines
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-4/+4
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-4/+4
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-4/+4
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
* Update test case.Ted Kremenek2009-08-061-2/+2
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-2/+0
* Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek2009-07-101-2/+2
* Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek2009-07-061-0/+2
* Fix regression in pointer comparison with NULL (e.g., 0 != ptr). This fixesTed Kremenek2009-03-281-2/+14
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-4/+4
* Update several tests to explicitly use BasicConstraintManager as well as to u...Ted Kremenek2009-02-171-2/+2
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-2/+5
* These test cases now pass with RegionStore.Ted Kremenek2009-01-221-1/+2
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* Rewrite FindDiagnostics to be more strict about the formatting of the Chris Lattner2008-11-241-4/+4
* Test now passes.Ted Kremenek2008-10-171-1/+0
* Mark these tests XFAIL. We need to add back assumption logic when doing arra...Ted Kremenek2008-10-171-0/+1
* Enhance NSError** checking with analogous checking for CFErrorRef*.Ted Kremenek2008-10-011-1/+13
* Added test case for PR 2600: proper use of NSError**Ted Kremenek2008-09-191-0/+31
OpenPOWER on IntegriCloud