[clang] 711b70d - Fix wording in a release note; NFC
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 10 09:54:39 PDT 2023
Author: Aaron Ballman
Date: 2023-04-10T12:54:30-04:00
New Revision: 711b70d77e99dd4101b9dfa94d9ea0d4149997ab
URL: https://github.com/llvm/llvm-project/commit/711b70d77e99dd4101b9dfa94d9ea0d4149997ab
DIFF: https://github.com/llvm/llvm-project/commit/711b70d77e99dd4101b9dfa94d9ea0d4149997ab.diff
LOG: Fix wording in a release note; NFC
This change happened due to post-commit feedback on the review.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index c9187f225cad..7dff43ba3093 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -89,7 +89,7 @@ C++20 Feature Support
an error to a warning under the ``-Wreserved-module-identifier`` warning
group. This warning is enabled by default. This addresses `#61446
<https://github.com/llvm/llvm-project/issues/61446>`_ and allows easier
- building of precompiled modules. This diagnostic may be strengthened into an
+ building of standard modules. This diagnostic may be strengthened into an
error again in the future once there is a less fragile way to mark a module
as being part of the implementation rather than a user module.
More information about the cfe-commits
mailing list