File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3450,9 +3450,9 @@ Mac, and BSD. This attribute has no effect on other targets.
34503450def MSABIDocs : Documentation {
34513451 let Category = DocCatCallingConvs;
34523452 let Content = [{
3453- On non-Windows x86_64 targets, this attribute changes the calling convention of
3454- a function to match the default convention used on Windows x86_64 . This
3455- attribute has no effect on Windows targets or non-x86_64 targets.
3453+ On non-Windows x86_64 and aarch64 targets, this attribute changes the calling convention of
3454+ a function to match the default convention used on Windows. This
3455+ attribute has no effect on Windows targets or non-x86_64, non-aarch64 targets.
34563456 }];
34573457}
34583458
You can’t perform that action at this time.
0 commit comments