[clang] [Clang] Add release note for #127623 (PR #127815)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 19 07:48:34 PST 2025
https://github.com/Sirraide created https://github.com/llvm/llvm-project/pull/127815
While reviewing #127623, I missed that it didn’t have a release note.
>From a0c1d5608cfdb891bc10f15f1971aa71f2fb644e Mon Sep 17 00:00:00 2001
From: Sirraide <aeternalmail at gmail.com>
Date: Wed, 19 Feb 2025 16:46:25 +0100
Subject: [PATCH] [Clang] Add release note for #127623
---
clang/docs/ReleaseNotes.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index a91c764860ccd..5780f5d61d579 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -170,6 +170,7 @@ Bug Fixes to C++ Support
- Clang is now better at keeping track of friend function template instance contexts. (#GH55509)
- The initialization kind of elements of structured bindings
direct-list-initialized from an array is corrected to direct-initialization.
+- Clang no longer crashes when a coroutine is declared ``[[noreturn]]``. (#GH127327)
Bug Fixes to AST Handling
^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list