forked from OSchip/llvm-project
Remember to mark the target attribute as documented and clean up the
Subjects line to avoid redundancy. llvm-svn: 241529
This commit is contained in:
parent
1a15f2ec57
commit
3fe5739451
|
@ -1276,9 +1276,8 @@ def Pascal : InheritableAttr {
|
|||
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 {
|
||||
|
|
Loading…
Reference in New Issue