summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/unimplemented-protocol-prop.m
Commit message (Collapse)AuthorAgeFilesLines
* Replace -fobjc-default-synthesize-properties with ↵Rafael Espindola2013-09-271-1/+1
| | | | | | | | | disable-objc-default-synthesize-properties. We want the modern behavior most of the time, so inverting the option simplifies the driver and the tests. llvm-svn: 191551
* Added a new attribute, objc_root_class, which informs the compiler when a ↵Patrick Beard2012-04-061-1/+1
| | | | | | | | | root class is intentionally declared. The warning this inhibits, -Wobjc-root-class, is opt-in for now. However, all clang unit tests that would trigger the warning have been updated to use -Wno-objc-root-class. <rdar://problem/7446698> llvm-svn: 154187
* objc - don't complain about unimplemented property when conformingFariborz Jahanian2011-09-271-0/+18
| | | | | | | protocol declares the property, as well as one of its superclasses. Property will be implemented in the super class. // rdar://10120691 llvm-svn: 140586
* objective-c - Make warning on unimplemented protocols pointFariborz Jahanian2011-08-271-5/+6
| | | | | | | to class implementation where it is supposed to be implemented. // rdar://10009982. llvm-svn: 138714
* Patch to implement required warnings for unimplementedFariborz Jahanian2010-01-201-0/+20
properties imported frfom protocol. Fixes radar 7544809. llvm-svn: 93965
OpenPOWER on IntegriCloud