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 cf08189 commit 81773c5Copy full SHA for 81773c5
clang/include/clang/Basic/Attr.td
@@ -969,6 +969,7 @@ def InferredNoReturn : InheritableAttr {
969
let Spellings = [];
970
let SemaHandler = 0;
971
let Subjects = SubjectList<[Function], ErrorDiag>;
972
+ let Documentation = [InternalOnly];
973
}
974
975
def Annotate : InheritableParamOrStmtAttr {
0 commit comments