ObjectiveC Class Properties: warn if a class property accessor is mistakenly an
instance method. When diagnosing unimplemented class property, make sure we emit a warning when we only see an instance method with the right selector. Also warn when we only see a class method for an instance property. rdar://26141719 llvm-svn: 269968
Loading
Please sign in to comment