]> granicus.if.org Git - clang/commit
Allow property in base class to be implemented in a
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 21 Apr 2008 23:57:08 +0000 (23:57 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 21 Apr 2008 23:57:08 +0000 (23:57 +0000)
commitc70bee863b6f800d7c88f409e89dc85ed867ef64
tree540aca9e6edd9f3732de730f15116f1418267281
parent3603d736a71971d38d280f470589d5bed8b244bc
Allow property in base class to be implemented in a
derived class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50074 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclObjC.cpp
test/Sema/objc-property-2.m [new file with mode: 0644]