[clang] 75c0d43 - [docs] Add newline in clang release notes.
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 11 03:29:07 PST 2023
Author: Utkarsh Saxena
Date: 2023-01-11T12:28:59+01:00
New Revision: 75c0d43e857dd6e61e9c354284347144b428f44a
URL: https://github.com/llvm/llvm-project/commit/75c0d43e857dd6e61e9c354284347144b428f44a
DIFF: https://github.com/llvm/llvm-project/commit/75c0d43e857dd6e61e9c354284347144b428f44a.diff
LOG: [docs] Add newline in clang release notes.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b55b2d675297..235684c1f9b8 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -737,6 +737,7 @@ C++20 Feature Support
- Implemented CWG2635 as a Defect Report, which prohibits structured bindings from being constrained.
- Correctly handle access-checks in requires expression. Fixes `GH53364 <https://github.com/llvm/llvm-project/issues/53364>`_,
`GH53334 <https://github.com/llvm/llvm-project/issues/53334>`_.
+
C++2b Feature Support
^^^^^^^^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list