[clang] 7c26919 - [Clang] Fix typo in ReleaseNotes.rst
Alexander Shaposhnikov via cfe-commits
cfe-commits at lists.llvm.org
Thu May 18 13:09:27 PDT 2023
Author: Alexander Shaposhnikov
Date: 2023-05-18T20:08:54Z
New Revision: 7c26919c32f0620441417805329867884a5efc7b
URL: https://github.com/llvm/llvm-project/commit/7c26919c32f0620441417805329867884a5efc7b
DIFF: https://github.com/llvm/llvm-project/commit/7c26919c32f0620441417805329867884a5efc7b.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 5c6459d01b14..b0f848d47a67 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -82,7 +82,7 @@ C++20 Feature Support
This fixes:
`#49620 <https://github.com/llvm/llvm-project/issues/49620>`_,
`#60231 <https://github.com/llvm/llvm-project/issues/60231>`_,
- `#61414 <https://github.com/llvm/llvm-project/issues/60414>`_,
+ `#61414 <https://github.com/llvm/llvm-project/issues/61414>`_,
`#61809 <https://github.com/llvm/llvm-project/issues/61809>`_.
- Lambda templates with a requires clause directly after the template parameters now parse
correctly if the requires clause consists of a variable with a dependent type.
More information about the cfe-commits
mailing list