Skip to content

Commit 81773c5

Browse files
committed
Fix tablegen
1 parent cf08189 commit 81773c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,7 @@ def InferredNoReturn : InheritableAttr {
969969
let Spellings = [];
970970
let SemaHandler = 0;
971971
let Subjects = SubjectList<[Function], ErrorDiag>;
972+
let Documentation = [InternalOnly];
972973
}
973974

974975
def Annotate : InheritableParamOrStmtAttr {

0 commit comments

Comments
 (0)