Skip to content

Commit cf08189

Browse files
committed
For Spellings = [], don't set Documentation at all.
1 parent 8cca1b0 commit cf08189

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,6 @@ def AnalyzerNoReturn : InheritableAttr {
968968
def InferredNoReturn : InheritableAttr {
969969
let Spellings = [];
970970
let SemaHandler = 0;
971-
let Documentation = [Undocumented];
972971
let Subjects = SubjectList<[Function], ErrorDiag>;
973972
}
974973

0 commit comments

Comments
 (0)