summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/arc-property-decl-attrs.m
Commit message (Expand)AuthorAgeFilesLines
* [ObjC] The absence of ownership qualifiers on an ambiguous property leadsAlex Lorenz2018-05-021-0/+35
* [ObjC] Check written attributes only when synthesizing ambiguous propertyAlex Lorenz2017-08-221-0/+27
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-131-0/+104
* ObjC properties: consider ownership of properties from protocols when synthes...Douglas Gregor2015-12-181-0/+16
* Be more conservative about diagnosing "incorrect" uses of __weak:John McCall2015-10-271-5/+5
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-191-2/+20
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-0/+8
* objective-C: use 'instance variables' as plural when referringFariborz Jahanian2012-09-241-3/+3
* objective-C: remove use of 'ivar' in favor ofFariborz Jahanian2012-09-241-3/+3
* objc: Do not warn about mismatch on Super's readonly property attribute, Fariborz Jahanian2011-10-081-0/+14
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-241-3/+3
* Automatic Reference Counting.John McCall2011-06-151-0/+67