]> granicus.if.org Git - clang/commit
ObjectiveC. 1) Warn when @dynamic (as well as synthesize)
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 10 Jan 2014 00:53:48 +0000 (00:53 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 10 Jan 2014 00:53:48 +0000 (00:53 +0000)
commit3556124ef63389598d06b0ef19c1fddbb9cc887c
tree94e4e6a2e34a8ad3403ceb9069a5e777d4e7c44b
parent51910c637bb73218607144eef25e144bb9469342
ObjectiveC. 1) Warn when @dynamic (as well as synthesize)
property has the naming convention that implies 'ownership'.
2) improve on diagnostic and make it property specific.
3) fix the line number in the case of default property
synthesis. // rdar://15757510

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