summaryrefslogtreecommitdiffstats
path: root/test/Analysis/properties.m
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Do not try to body-farm Objective-C properties with custom accessors.Artem Dergachev2019-01-181-0/+35
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-2/+2
* [analyzer] Add a check for IvarRegion in getExtraInvalidatedValuesAlexander Shaposhnikov2017-04-121-0/+16
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* [analyzer] Fix crash in body farm for getter without implicit self.Devin Coughlin2017-01-111-0/+26
* Revert "[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker""Devin Coughlin2016-10-161-6/+0
* [analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker"Artem Dergachev2016-10-081-0/+6
* Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as its depends on r...Vitaly Buka2016-10-041-6/+0
* [analyzer] Add extra notes to ObjCDeallocCheckerArtem Dergachev2016-10-031-0/+6
* [analyzer] Add tests for Objective-C class propertiesDevin Coughlin2016-05-061-0/+108
* [analyzer] Prefer accessor method in extension over category in CallEvent.Devin Coughlin2016-04-011-0/+49
* [analyzer] Use BodyFarm-synthesized body even when actual body available.Devin Coughlin2016-03-281-0/+19
* [analyzer] Move ObjCDeallocChecker out of the alpha package.Devin Coughlin2016-03-021-2/+2
* [analyzer] Reapply r261917 with a fix.Devin Coughlin2016-02-251-2/+11
* Revert "[analyzer] Make ObjCDeallocChecker path sensitive."Devin Coughlin2016-02-251-11/+2
* [analyzer] Make ObjCDeallocChecker path sensitive.Devin Coughlin2016-02-251-2/+11
* [analyzer] Improve modeling of ObjC synthesized property setters.Devin Coughlin2016-02-181-0/+69
* [analyzer] Body farm: Look for property ivar in shadowing readwrite property.Devin Coughlin2016-01-261-0/+27
* [analyzer] Add test for previous commit.Jordan Rose2015-03-301-0/+8
* [analyzer] Disable all retain count diagnostics on values that come from ivars.Jordan Rose2015-03-301-10/+10
* [analyzer] Don't special-case ivars backing +0 properties.Jordan Rose2015-03-301-6/+6
* [analyzer] RetainCountChecker: Don't assume +0 for ivars backing readonly pro...Jordan Rose2015-03-201-0/+97
* [analyzer] RetainCountChecker: CF properties are always manually retain-counted.Jordan Rose2015-03-071-0/+46
* [analyzer] RetainCountChecker: don't try to track ivars known to be nil.Jordan Rose2015-02-191-0/+15
* [analyzer] RetainCountChecker: be forgiving when ivars are accessed directly.Jordan Rose2015-02-041-2/+174
* [analyzer] Don't track retain counts of objects directly accessed through ivars.Jordan Rose2014-03-251-4/+49
* [analyzer] Tighten up sanity checks on Objective-C property getter synthesis.Jordan Rose2014-01-231-3/+57
* [analyzer] Model getters of known-@synthesized Objective-C properties.Jordan Rose2014-01-101-1/+80
* [analyzer] RetainCountChecker: Clean up path notes for autorelease.Jordan Rose2013-04-231-2/+2
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...Ted Kremenek2012-02-181-0/+23
* [analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose2011-09-021-1/+1
* [analyzer] Run the ExprEngine depending on the CheckerManager having path-sen...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Fix crash when handling dot syntax on 'super'.Argyrios Kyrtzidis2011-01-271-0/+10
* [analyzer] Handle the dot syntax for properties in the ExprEngine.Argyrios Kyrtzidis2011-01-251-0/+135