]> granicus.if.org Git - clang/commit
[Objective-C Sema]. Warn when an indirectly overridden property
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 15 Feb 2014 00:04:36 +0000 (00:04 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 15 Feb 2014 00:04:36 +0000 (00:04 +0000)
commit3ca6b0185a36eba0614ac98a9f3bbfcca725a997
treed87f2070200302f8e3b547fce3ced57674951012
parent3e589a17b2169ce7eff9c73ab2c25015c4bb7d31
[Objective-C Sema]. Warn when an indirectly overridden property
mismatches the one declared in current class; in addition to
those that are directly overridden.
// rdar://15967517

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