[clang] 5fef4c6 - [clang] NFC. Small tweak to release notes
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 26 01:18:54 PDT 2022
Author: Ilya Biryukov
Date: 2022-08-26T10:17:44+02:00
New Revision: 5fef4c6d397cbf9d6a41d42299b55b0cfddc7d12
URL: https://github.com/llvm/llvm-project/commit/5fef4c6d397cbf9d6a41d42299b55b0cfddc7d12
DIFF: https://github.com/llvm/llvm-project/commit/5fef4c6d397cbf9d6a41d42299b55b0cfddc7d12.diff
LOG: [clang] NFC. Small tweak to release notes
Forgotten in the last patch.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index d3b255ace6bd..6b68172a79d2 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -171,7 +171,7 @@ C++20 Feature Support
Note: The handling of deleted functions is not yet compliant, as Clang
does not implement `DR1496 <https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1496>`_
and `DR1734 <https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1734>`_.
-- Class member variables are now in scope when parsing requires clauses. Fixes
+- Class member variables are now in scope when parsing a ``requires`` clause. Fixes
`GH55216 <https://github.com/llvm/llvm-project/issues/55216>`_.
More information about the cfe-commits
mailing list