]> granicus.if.org Git - clang/commit
Support a new InheritableAttr subclass, InheritableParamAttr, which is
authorJohn McCall <rjmccall@apple.com>
Wed, 2 Mar 2011 04:00:57 +0000 (04:00 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 2 Mar 2011 04:00:57 +0000 (04:00 +0000)
commiteca5d22c16eb784e5f35ca816fa22e0c0e060417
tree1a7f71891e9c0d4b239c171a1b9fbb263ac0af92
parent018591f524ca4f3a1e657d0d0a66eadf9dbd55f6
Support a new InheritableAttr subclass, InheritableParamAttr, which is
used for attributes that are okay to inherit when written on a parameter.
Dependent on LLVM r126827.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126828 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/Basic/Attr.td
include/clang/Basic/AttrKinds.h
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclObjC.cpp