]> granicus.if.org Git - clang/commit
Propagate the deprecated and unavailable attributes from a
authorJohn McCall <rjmccall@apple.com>
Wed, 10 Nov 2010 07:01:40 +0000 (07:01 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 10 Nov 2010 07:01:40 +0000 (07:01 +0000)
commit5de74d19ddcf84cfe9d7d973192ba93fd0c64d4f
treed230e8549de96aec7fbcb36478911a7d3b320157
parent8113ecfa4e41e2c888b1794389dfe3bce6386493
Propagate the deprecated and unavailable attributes from a
@property declaration to the autogenerated methods.  I'm uncertain
whether this should apply to attributes in general, but these are
a reasonable core.

Implements rdar://problem/8617301

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