Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions clang/include/clang/Basic/AttrDocs.td
Original file line number Diff line number Diff line change
Expand Up @@ -3450,9 +3450,9 @@ Mac, and BSD. This attribute has no effect on other targets.
def MSABIDocs : Documentation {
let Category = DocCatCallingConvs;
let Content = [{
On non-Windows x86_64 targets, this attribute changes the calling convention of
a function to match the default convention used on Windows x86_64. This
attribute has no effect on Windows targets or non-x86_64 targets.
On non-Windows x86_64 and aarch64 targets, this attribute changes the calling convention of
a function to match the default convention used on Windows. This
attribute has no effect on Windows targets or non-x86_64, non-aarch64 targets.
}];
}

Expand Down
Loading