Subjects line to avoid redundancy.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241529
91177308-0d34-0410-b5e6-
96231b3b80d8
def Target : InheritableAttr {
let Spellings = [GCC<"target">];
let Args = [StringArgument<"features">];
- let Subjects =
- SubjectList<[Function], ErrorDiag, "ExpectedFunction">;
- let Documentation = [Undocumented];
+ let Subjects = SubjectList<[Function], ErrorDiag>;
+ let Documentation = [TargetDocs];
}
def TransparentUnion : InheritableAttr {