We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cca1b0 commit cf08189Copy full SHA for cf08189
clang/include/clang/Basic/Attr.td
@@ -968,7 +968,6 @@ def AnalyzerNoReturn : InheritableAttr {
968
def InferredNoReturn : InheritableAttr {
969
let Spellings = [];
970
let SemaHandler = 0;
971
- let Documentation = [Undocumented];
972
let Subjects = SubjectList<[Function], ErrorDiag>;
973
}
974
0 commit comments