]> granicus.if.org Git - clang/commit
Tweak diagnostics for redeclaration of a @property in a class extension where the...
authorTed Kremenek <kremenek@apple.com>
Thu, 21 Oct 2010 18:49:42 +0000 (18:49 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 21 Oct 2010 18:49:42 +0000 (18:49 +0000)
commit788f489a37bf1150deb9378cec6a6eb902d0d1b2
tree280d00395485ca054343297ad38ccb2e9bfdfd2b
parentee1c08c88649aaea9dd53272a726cd23de533215
Tweak diagnostics for redeclaration of a @property in a class extension where the redelcaration and original
declaration have the 'readwrite' attribute.  This is a common case, and we can issue a more lucid diagnostic.

Fixes <rdar://problem/7629420>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117045 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/continuation-class-err.m
test/SemaObjC/duplicate-property-class-extension.m