[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)
commit535571a2a1538d4ccb6285810f32ff3755e3cf85
treec3d18482f9fb5d9281bc4ce5e9d99eb6a36de717
parent41ca83f8114013894b5f4b97be597f2f0e7ae02d
[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

llvm-svn: 299078
clang/lib/Sema/SemaObjCProperty.cpp
clang/test/SemaObjC/property-typecheck-1.m