summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/PR2978.m
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* Revert "[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker""Devin Coughlin2016-10-161-9/+9
* [analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker"Artem Dergachev2016-10-081-9/+9
* Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as its depends on r...Vitaly Buka2016-10-041-9/+9
* [analyzer] Add extra notes to ObjCDeallocCheckerArtem Dergachev2016-10-031-9/+9
* [analyzer] Move ObjCDeallocChecker out of the alpha package.Devin Coughlin2016-03-021-1/+1
* [analyzer] Reapply r261917 with a fix.Devin Coughlin2016-02-251-14/+56
* Revert "[analyzer] Make ObjCDeallocChecker path sensitive."Devin Coughlin2016-02-251-56/+14
* [analyzer] Make ObjCDeallocChecker path sensitive.Devin Coughlin2016-02-251-14/+56
* [analyzer] Improve pattern matching in ObjCDealloc checker.Devin Coughlin2016-02-111-0/+9
* [analyzer] DeallocChecker: Don't warn on release of readonly assign property ...Devin Coughlin2016-02-061-1/+1
* [analyzer] ObjCDeallocChecker: Only operate on classes with retained properties.Devin Coughlin2016-01-271-4/+7
* [Static Analyzer] Some tests do not turn on core checkers. Running the analyz...Gabor Horvath2015-07-241-1/+1
* Fix analyzer tests.Ted Kremenek2012-08-241-1/+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
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-1/+1
* Prep for new warning.Mike Stump2009-07-211-0/+1
* Check for method type conflict between declaration inFariborz Jahanian2009-05-011-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* Patch to diagnose a variety of misuse of propertyFariborz Jahanian2008-12-061-1/+1
* Fix <rdar://problem/6333904> [sema] message lookup on super is incorrectSteve Naroff2008-11-171-0/+1
* Add method that will be invoked using the dot-syntax just to test that the mi...Ted Kremenek2008-10-301-1/+6
* Patch by Nikita Zhuk: test case for fix for false positive reported in PR2978.Ted Kremenek2008-10-301-0/+55
OpenPOWER on IntegriCloud