summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/property-category-impl.m
Commit message (Collapse)AuthorAgeFilesLines
* Objective-C: This is a small modification to myFariborz Jahanian2013-04-251-2/+3
| | | | | | | | | | patch -n r180198. When reporting on missing property accessor implementation in categories, do not report when they are declared in primary class, class's protocol, or one of it super classes or in of the other categories. // rdar://13713098 llvm-svn: 180580
* objective-C: Don't warn of unimplemented property of protocols in Fariborz Jahanian2012-12-191-0/+29
| | | | | | | category, when those properties will be implemented in category's primary class or one of its super classes. // rdar://12568064 llvm-svn: 170573
* 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
* objective-c - Make warning on unimplemented protocols pointFariborz Jahanian2011-08-271-2/+2
| | | | | | | to class implementation where it is supposed to be implemented. // rdar://10009982. llvm-svn: 138714
* Settled rule on warning on unimplemented property inFariborz Jahanian2010-01-201-0/+31
category implementation when some implementations are missing in the primary class implementation. (fixes radar 6505200). llvm-svn: 94014
OpenPOWER on IntegriCloud