summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/overriding-property-in-class-extension.m
Commit message (Collapse)AuthorAgeFilesLines
* Objective-C. Do not issue warning when 'readonly'Fariborz Jahanian2013-12-131-1/+2
| | | | | | | | | | | | | | property declaration has a memory management attribute (retain, copy, etc.). Sich properties are usually overridden to become 'readwrite' via a class extension (which require the memory management attribute specified). In the absence of class extension override, memory management attribute is needed to produce correct Code Gen. for the property getter in any case and this warning becomes confusing to user. // rdar://15641300 llvm-svn: 197251
* ObjectiveC: Warn when 'readonly' property has explicitFariborz Jahanian2013-10-071-2/+1
| | | | | | | ownership attribute (such as 'copy', 'assign' etc.) // rdar://15131088 llvm-svn: 192115
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* objective-C: When checking for valid overriden propertyFariborz Jahanian2012-08-241-0/+26
in class extension, assume default is rewdwrite and don't issue any diagnostics, privided other ownership models are ok. llvm-svn: 162583
OpenPOWER on IntegriCloud