]> granicus.if.org Git - clang/commit
objective-C: Fixes a bogus warning due to not setting
authorFariborz Jahanian <fjahanian@apple.com>
Sun, 10 Feb 2013 00:16:04 +0000 (00:16 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sun, 10 Feb 2013 00:16:04 +0000 (00:16 +0000)
commitb7b25659355d736a4f19099d96acc54d672340a5
treebfa14acd93afaf0cb4f88b540462fa4b577e82b0
parent7728057cf03f8e5791e46eefc6e146214d0a1c24
objective-C: Fixes a bogus warning due to not setting
the "nonatomic" attribute in property redeclaration
in class extension. Also, improved on diagnostics in
this area while at it. // rdar://13156292

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174821 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/property-3.m
test/SemaObjC/property-4.m
test/SemaObjC/property-category-3.m