[PATCH] D44539: [Sema][Objective-C] Add check to warn when property of objc type has assign attribute
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 21 07:22:14 PDT 2018
aaron.ballman added a comment.
In https://reviews.llvm.org/D44539#1106152, @rjmccall wrote:
> This was approved by the Objective-C language group as a default-off warning.
We usually do not expose new default-off warnings because experience shows that they rarely ever get enabled by users. If the ObjC group doesn't think this should be on by default, I wonder if it should be included in Clang at all.
Repository:
rC Clang
https://reviews.llvm.org/D44539
More information about the cfe-commits
mailing list