From 5fef4c6d397cbf9d6a41d42299b55b0cfddc7d12 Mon Sep 17 00:00:00 2001 From: Ilya Biryukov Date: Fri, 26 Aug 2022 10:17:44 +0200 Subject: [PATCH] [clang] NFC. Small tweak to release notes Forgotten in the last patch. --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index d3b255ac..6b68172 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 `_ and `DR1734 `_. -- 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 `_. -- 2.7.4