]> granicus.if.org Git - clang/commit
Objective-C: Tighten the rules when warning
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 21 Mar 2013 20:50:53 +0000 (20:50 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 21 Mar 2013 20:50:53 +0000 (20:50 +0000)
commit5bdaef55d486f20346fe16f3d41324694d3ff0d5
tree42f23dd26e4435d342050b93736733695df10001
parentcf4bd50c56ece266060bb759351a62251abd16ee
Objective-C: Tighten the rules when warning
is issused for on overriding 'readwrite'
property which is not auto-synthesized.
Buttom line is that if hueristics determine
that there will be a user implemented setter,
no warning will be issued. // rdar://13388503

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177662 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/default-synthesize-3.m