[clang] 80e7dec - Typo fix in Release notes.
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 26 05:36:56 PDT 2022
Author: Utkarsh Saxena
Date: 2022-08-26T14:36:45+02:00
New Revision: 80e7dec561705386376bbfba0f7d5c290f2c04f6
URL: https://github.com/llvm/llvm-project/commit/80e7dec561705386376bbfba0f7d5c290f2c04f6
DIFF: https://github.com/llvm/llvm-project/commit/80e7dec561705386376bbfba0f7d5c290f2c04f6.diff
LOG: Typo fix in Release notes.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 82f4ee482c9d..f1be1cd1e44f 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -176,7 +176,7 @@ C++20 Feature Support
- Correctly set expression evaluation context as 'immediate function context' in
consteval functions.
- This fixes `GH51182 https://github.com/llvm/llvm-project/issues/51182`
+ This fixes `GH51182 <https://github.com/llvm/llvm-project/issues/51182>`
C++2b Feature Support
More information about the cfe-commits
mailing list