[PATCH] D116412: [Clang][Sema] Fix attribute mismatch warning for ObjC class properties

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 4 15:42:41 PST 2022


arphaman added a comment.

I think we would still want to diagnose any mismatches between `class` properties that override a `class` property in the superclass. do you think that would be useful? You can adjust the lookup to take that into account.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116412/new/

https://reviews.llvm.org/D116412



More information about the cfe-commits mailing list