Skip to content

Commit e77324d

Browse files
authored
[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.
1 parent eb21ee4 commit e77324d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,7 @@ def Suppress : DeclOrStmtAttr {
29342934
def SysVABI : DeclOrTypeAttr {
29352935
let Spellings = [GCC<"sysv_abi">];
29362936
// let Subjects = [Function, ObjCMethod];
2937-
let Documentation = [Undocumented];
2937+
let Documentation = [SysVABIDocs];
29382938
}
29392939

29402940
def ThisCall : DeclOrTypeAttr {

0 commit comments

Comments
 (0)