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 71cd7fd commit 2964b82Copy full SHA for 2964b82
clang/docs/ReleaseNotes.rst
@@ -91,7 +91,7 @@ ABI Changes in This Version
91
---------------------------
92
93
- Fixed Microsoft calling convention to match how MSVC returns vector types from
94
- C++ member functions on x86-64. This change resolves incompatibilities with
+ C++ member functions on x86/x86-64. This change resolves incompatibilities with
95
code compiled by MSVC but will introduce incompatibilities with code compiled
96
by Clang 21 and earlier versions, unless the ``-fclang-abi-compat=21`` option
97
is used. (#GH104)
0 commit comments