[clang] e4bc989 - [Clang] Fix typo in ReleaseNotes.rst
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 31 02:20:10 PST 2023
Author: Corentin Jabot
Date: 2023-01-31T11:19:44+01:00
New Revision: e4bc9898ddbeb70bc49d713bbf863f050f21e03f
URL: https://github.com/llvm/llvm-project/commit/e4bc9898ddbeb70bc49d713bbf863f050f21e03f
DIFF: https://github.com/llvm/llvm-project/commit/e4bc9898ddbeb70bc49d713bbf863f050f21e03f.diff
LOG: [Clang] Fix typo in ReleaseNotes.rst
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index fe418d938650..efa9fe076b41 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -112,7 +112,7 @@ C++2b Feature Support
- Implemented `P2036R3: Change scope of lambda trailing-return-type <https://wg21.link/P2036R3>`_
and `P2579R0 Mitigation strategies for P2036 <https://wg21.link/P2579R0>`_.
- This proposals modify how variables captured in lambdas can appear in trailing return type
+ These proposals modify how variables captured in lambdas can appear in trailing return type
expressions and how their types are deduced therein, in all C++ language versions.
CUDA/HIP Language Changes in Clang
More information about the cfe-commits
mailing list