]> granicus.if.org Git - clang/commit
For the availability attribute, allow a declaration to be deprecated
authorDouglas Gregor <dgregor@apple.com>
Wed, 10 Aug 2011 15:31:35 +0000 (15:31 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 10 Aug 2011 15:31:35 +0000 (15:31 +0000)
commit3b6b7accb55980b149571d44e96f92dae500b0a9
tree3b0ec7b7d974d7f3f560cff0c32bdc088c102725
parent4dc41c9b766140b507980a13acccf2f05ed19cd3
For the availability attribute, allow a declaration to be deprecated
in the same version that it is introduced. Stuff happens.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137214 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/Sema/attr-availability.c