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

Egor Zhdan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 10 05:58:27 PST 2022


egorzhdan updated this revision to Diff 398601.
egorzhdan added a comment.

Diagnose mismatches between class property of a class and a class property of its superclass.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116412

Files:
  clang/include/clang/AST/DeclObjC.h
  clang/lib/AST/DeclObjC.cpp
  clang/lib/Sema/SemaObjCProperty.cpp
  clang/test/SemaObjC/class-property-inheritance.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116412.398601.patch
Type: text/x-patch
Size: 4262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220110/391ddc49/attachment.bin>


More information about the cfe-commits mailing list