]> granicus.if.org Git - clang/commit
[ObjC] Don't warn on readwrite properties with custom setters that
authorAlex Lorenz <arphaman@gmail.com>
Fri, 6 Oct 2017 19:24:26 +0000 (19:24 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 6 Oct 2017 19:24:26 +0000 (19:24 +0000)
commit0cbff250f64632bd414661e87288a116d2cefe25
tree0eb0786c4f1c7f4cd4c7b5d1611f6e4b8ad0843c
parent172bca309c9259ff5e6219fc238134626da229a1
[ObjC] Don't warn on readwrite properties with custom setters that
override readonly properties from protocols

rdar://34192541

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315093 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/property-implement-readonly-with-custom-setter.m [new file with mode: 0644]