aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUtkarsh Saxena <usx@google.com>2022-08-26 14:34:55 +0200
committerUtkarsh Saxena <usx@google.com>2022-08-26 14:36:45 +0200
commit80e7dec561705386376bbfba0f7d5c290f2c04f6 (patch)
tree320bb1ec14f93d22c88c86a2225aa5d850dc8fe2
parent7a64e636af376b2201bc01badc67d57b6f7e2c0f (diff)
downloadllvm-80e7dec561705386376bbfba0f7d5c290f2c04f6.zip
llvm-80e7dec561705386376bbfba0f7d5c290f2c04f6.tar.gz
llvm-80e7dec561705386376bbfba0f7d5c290f2c04f6.tar.bz2
Typo fix in Release notes.
-rw-r--r--clang/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 82f4ee4..f1be1cd 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