From: Utkarsh Saxena Date: Fri, 26 Aug 2022 12:34:55 +0000 (+0200) Subject: Typo fix in Release notes. X-Git-Tag: upstream/17.0.6~35292 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80e7dec561705386376bbfba0f7d5c290f2c04f6;p=platform%2Fupstream%2Fllvm.git Typo fix in Release notes. --- 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 ` C++2b Feature Support