]> granicus.if.org Git - clang/commit
Add test case to show that 'availability' and 'deprecated' do *not* inherit when...
authorTed Kremenek <kremenek@apple.com>
Thu, 4 Apr 2013 17:58:30 +0000 (17:58 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 4 Apr 2013 17:58:30 +0000 (17:58 +0000)
commit0cc6f59663de0f7684d4ca122b3439b07f521931
tree040d1efe165e107aaf04191ff6c82e5c443a0e3c
parent29c41b51137b2cbc21a8c93f7c61149247c6b01a
Add test case to show that 'availability' and 'deprecated' do *not* inherit when redeclaring ObjC properties.

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