]> granicus.if.org Git - clang/commit
c - Enumerators may inherit the deprecated/unavailable
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 29 Sep 2011 18:40:01 +0000 (18:40 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 29 Sep 2011 18:40:01 +0000 (18:40 +0000)
commit97db7265ac1993e14e5877292e23d5ed2e9cf719
treed380211ef05cc9ede9d6227d8bc05cd165bbb697
parentc41f3652f4e836cff988320bad2d6c5f416ebe1f
c - Enumerators may inherit the deprecated/unavailable
attributes from the enumeration type.
// rdar://10201690

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140800 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaExpr.cpp
test/Sema/attr-deprecated.c
test/Sema/attr-unavailable-message.c
test/SemaCXX/attr-deprecated.cpp