summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/MissingDealloc.m
Commit message (Expand)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Fix analyzer tests.Ted Kremenek2012-08-241-1/+1
* Sink definition of IBOutlet, IBOutletCollection, and IBAction intoTed Kremenek2012-06-191-5/+1
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-1/+1
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-1/+1
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-1/+1
* [analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis2011-02-171-1/+1
* Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-miss...Ted Kremenek2010-02-051-1/+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
* Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar2009-11-291-1/+1
* Make 'SEL' pointer to a builtin type and not anFariborz Jahanian2009-11-231-2/+1
* This patch implements objective-c's 'SEL' type as a built-inFariborz Jahanian2009-11-211-1/+2
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add test case illustrating special handling of 'SenTestCase' subclasses for t...Ted Kremenek2009-02-131-1/+33
* Add another test case for the MissingDealloc checker.Ted Kremenek2009-02-101-0/+20
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* Incorporate MissingDealloc_IBOutlet.m test case into MissingDealloc.mTed Kremenek2008-12-081-0/+18
* Incorporate MissingDeallc_SEL.m test case into MissingDealloc.mTed Kremenek2008-12-081-0/+24
* Add test case for <rdar://problem/6380411>.Ted Kremenek2008-12-081-0/+23
OpenPOWER on IntegriCloud