Skip to content

Commit

Permalink
Remove an unnecessary explicit 'WarnDiag'; NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBallman committed Mar 14, 2020
1 parent dab43c8 commit 19840a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/Attr.td
Expand Up @@ -677,7 +677,7 @@ def AlwaysInline : InheritableAttr {

def Artificial : InheritableAttr {
let Spellings = [GCC<"artificial">];
let Subjects = SubjectList<[InlineFunction], WarnDiag>;
let Subjects = SubjectList<[InlineFunction]>;
let Documentation = [ArtificialDocs];
}

Expand Down

0 comments on commit 19840a3

Please sign in to comment.