summaryrefslogtreecommitdiffstats
path: root/test/Analysis/DeallocMissingRelease.m
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-3/+3
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-3/+3
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-3/+3
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-3/+3
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-3/+3
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-3/+3
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-3/+3
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-3/+3
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-3/+3
* Revert "[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker""Devin Coughlin2016-10-161-84/+0
* [analyzer] DeallocChecker: Don't warn about directly-set IBOutlet ivars on macOSDevin Coughlin2016-10-121-1/+70
* [analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker"Artem Dergachev2016-10-081-0/+72
* Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as its depends on r...Vitaly Buka2016-10-041-72/+0
* [analyzer] Add extra notes to ObjCDeallocCheckerArtem Dergachev2016-10-031-0/+72
* [analyzer] Teach ObjCDeallocChecker about XCTestCaseDevin Coughlin2016-06-221-0/+22
* [analyzer] Add CIFIlter modeling to DeallocChecker.Devin Coughlin2016-03-251-1/+91
* [analyzer] Add diagnostic in ObjCDeallocChecker for use of -dealloc instead o...Devin Coughlin2016-03-041-0/+21
* [analyzer] ObjCDeallocChecker: Only check for nil-out when type is retainable.Devin Coughlin2016-03-031-0/+19
* [analyzer] Move ObjCDeallocChecker out of the alpha package.Devin Coughlin2016-03-021-2/+2
* [analyzer] Teach CheckObjCDealloc about Block_release().Devin Coughlin2016-02-291-0/+6
* [analyzer] Don't treat calls to system headers as escaping in CheckObjCDealloc.Devin Coughlin2016-02-291-17/+45
* [analyzer] Reapply r261917 with a fix.Devin Coughlin2016-02-251-23/+453
* Revert "[analyzer] Make ObjCDeallocChecker path sensitive."Devin Coughlin2016-02-251-453/+23
* [analyzer] Make ObjCDeallocChecker path sensitive.Devin Coughlin2016-02-251-23/+453
* [analyzer] Improve pattern matching in ObjCDealloc checker.Devin Coughlin2016-02-111-0/+60
* [analyzer] ObjCDeallocChecker: Only operate on classes with retained properties.Devin Coughlin2016-01-271-0/+192