]> granicus.if.org Git - clang/commit
objective-c: perform strict type checking on property
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 15 May 2012 22:37:04 +0000 (22:37 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 15 May 2012 22:37:04 +0000 (22:37 +0000)
commit9abf88c9286d7465ce18285f87bb302f588b59fc
tree6190ba9e248855387d018ddb69ae6339ca52d1a5
parent5ec351c9507f12d5bede569c51d5257fad167134
objective-c: perform strict type checking on property
type and its accessor type and issue error if types
are incompatible, instead of crashing in IRgen.
// rdar://1105153

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156871 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/property-impl-misuse.m
test/SemaObjC/property-typecheck-1.m