[clang] 7d5315f - Fix Sphinx formatting in release notes
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 7 04:57:01 PST 2021
Author: Aaron Ballman
Date: 2021-12-07T07:56:40-05:00
New Revision: 7d5315fc4c4836dbc51e471f2544e8cdec452405
URL: https://github.com/llvm/llvm-project/commit/7d5315fc4c4836dbc51e471f2544e8cdec452405
DIFF: https://github.com/llvm/llvm-project/commit/7d5315fc4c4836dbc51e471f2544e8cdec452405.diff
LOG: Fix Sphinx formatting in release notes
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 5e6be24839af6..5ca1e1e2a8898 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -184,11 +184,11 @@ ABI Changes in Clang
--------------------
- The ``_ExtInt(N)`` extension has been standardized in C23 as ``_BitInt(N)``.
-The mangling of this type in C++ has accordingly changed: under the Microsoft
-ABI it is now mangled using the ``_BitInt`` spelling, and under the Itanium ABI
-it is now mangled using a dedicated production. Note: the ABI for ``_BitInt(N)``
-is still in the process of being stabilized, so this type should not yet be
-used in interfaces that require ABI stability.
+ The mangling of this type in C++ has accordingly changed: under the Microsoft
+ ABI it is now mangled using the ``_BitInt`` spelling, and under the Itanium ABI
+ it is now mangled using a dedicated production. Note: the ABI for ``_BitInt(N)``
+ is still in the process of being stabilized, so this type should not yet be
+ used in interfaces that require ABI stability.
OpenMP Support in Clang
-----------------------
More information about the cfe-commits
mailing list