[Clang] [Docs] Add reference to documentation of SysVABIAttr (#85022)

We for some reason already had documentation for this attribute, but just weren’t linking to it.
This commit is contained in:
Zepp
2024-03-13 22:25:29 +08:00
committed by GitHub
parent eb21ee49cf
commit e77324decf

View File

@@ -2934,7 +2934,7 @@ def Suppress : DeclOrStmtAttr {
def SysVABI : DeclOrTypeAttr {
let Spellings = [GCC<"sysv_abi">];
// let Subjects = [Function, ObjCMethod];
let Documentation = [Undocumented];
let Documentation = [SysVABIDocs];
}
def ThisCall : DeclOrTypeAttr {