[clang] 294eecd - [clang][docs] fix rendering issue in UsersManual.rst (#90308)
via cfe-commits
cfe-commits at lists.llvm.org
Sat May 4 00:57:42 PDT 2024
Author: Nikita Kniazev
Date: 2024-05-04T09:57:38+02:00
New Revision: 294eecd4cbd8a1e0dcc0cdbe1238817b92ba7668
URL: https://github.com/llvm/llvm-project/commit/294eecd4cbd8a1e0dcc0cdbe1238817b92ba7668
DIFF: https://github.com/llvm/llvm-project/commit/294eecd4cbd8a1e0dcc0cdbe1238817b92ba7668.diff
LOG: [clang][docs] fix rendering issue in UsersManual.rst (#90308)
Added:
Modified:
clang/docs/UsersManual.rst
Removed:
################################################################################
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index 370de7d9c769e8..80ba70f67126fa 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -3504,7 +3504,7 @@ Differences between ``*17`` and ``*23`` modes:
- ``nullptr`` and ``nullptr_t`` are supported, only in ``*23`` mode.
- ``ATOMIC_VAR_INIT`` is removed from ``*23`` mode.
- ``bool``, ``true``, ``false``, ``alignas``, ``alignof``, ``static_assert``,
- and ``thread_local` are now first-class keywords, only in ``*23`` mode.
+ and ``thread_local`` are now first-class keywords, only in ``*23`` mode.
- ``typeof`` and ``typeof_unqual`` are supported, only ``*23`` mode.
- Bit-precise integers (``_BitInt(N)``) are supported by default in ``*23``
mode, and as an extension in ``*17`` and earlier modes.
More information about the cfe-commits
mailing list