]> granicus.if.org Git - clang/commit
[Sema][ObjC] Avoid the "type of property does not match type of accessor"
authorAlex Lorenz <arphaman@gmail.com>
Thu, 30 Mar 2017 13:33:51 +0000 (13:33 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 30 Mar 2017 13:33:51 +0000 (13:33 +0000)
commit225e636cbcb8567d8052d9b3049855d00679a727
treefdf302374bfb5a96cafc1e2f9fdba70f22ca532d
parent4b446668ab142742ad2f2e34c92c66d28814aae9
[Sema][ObjC] Avoid the "type of property does not match type of accessor"
warning for methods that resemble the setters of readonly properties

rdar://30415679

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299078 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/property-typecheck-1.m