summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/CheckNSError.m
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* [analyzer] Drop explicit mention of range constraint solverDominic Chen2016-12-011-1/+1
* Remove BasicConstraintManager. It hasn't been in active service for a while.Ted Kremenek2012-08-221-1/+0
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-2/+2
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-2/+2
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-2/+0
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-4/+4
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-4/+4
* 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