[clang] [NFC] Fix typo in ReleaseNotes.rst (PR #82655)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 22 09:15:36 PST 2024
https://github.com/sethp created https://github.com/llvm/llvm-project/pull/82655
Deletes the leading 7 from the textual issue number.
>From 7f8ebd2b918960f9ea4e2947e7c8b77075110db2 Mon Sep 17 00:00:00 2001
From: sethp <seth at codecopse.net>
Date: Thu, 22 Feb 2024 09:15:12 -0800
Subject: [PATCH] [NFC] Fix typo in ReleaseNotes.rst
Deletes the leading 7 from the textual issue number.
---
clang/docs/ReleaseNotes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index bac166e6c35627..d8f8a2cb384429 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -270,7 +270,7 @@ Bug Fixes to C++ Support
local variable, which is supported as a C11 extension in C++. Previously, it
was only accepted at namespace scope but not at local function scope.
- Clang no longer tries to call consteval constructors at runtime when they appear in a member initializer.
- (`#782154 <https://github.com/llvm/llvm-project/issues/82154>`_`)
+ (`#82154 <https://github.com/llvm/llvm-project/issues/82154>`_`)
- Fix crash when using an immediate-escalated function at global scope.
(`#82258 <https://github.com/llvm/llvm-project/issues/82258>`_)
- Correctly immediate-escalate lambda conversion functions.
More information about the cfe-commits
mailing list