Tweak diagnostics for redeclaration of a @property in a class extension where the...
commit9da3fb28306b09ca9a6f2cafc46fd45612b69549
authorTed Kremenek <kremenek@apple.com>
Thu, 21 Oct 2010 18:49:42 +0000 (21 18:49 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 21 Oct 2010 18:49:42 +0000 (21 18:49 +0000)
tree280d00395485ca054343297ad38ccb2e9bfdfd2b
parentbc099c3a136844259bb2edf250ede10f4c7e969a
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