]> granicus.if.org Git - clang/commit
Objective-C: Property declaration overiding one in
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 25 Mar 2013 23:59:42 +0000 (23:59 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 25 Mar 2013 23:59:42 +0000 (23:59 +0000)
commitb501aeb238c9cf03f946778be438f1aca9c29aad
treef5d6158b9a2bb18b9702c9f252aad96c215cc8d4
parent4d553c96ada2b39773ec6fbb6a1d99db829b2c05
Objective-C: Property declaration overiding one in
its super class or protocols inherit their
availability/deprecated attribute. // rdar://13467644

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