https://github.com/steakhal updated 
https://github.com/llvm/llvm-project/pull/175935

From 62181665850f1fd84c1c75fea71fcc50ef8c227a Mon Sep 17 00:00:00 2001
From: Balazs Benics <[email protected]>
Date: Wed, 14 Jan 2026 13:06:06 +0100
Subject: [PATCH 1/2] [clang][docs] Redirect folks from CSA sections for usual
 Clang crashes

Almost in every release there are contributors adding non-CSA entries to
the CSA release docs sections due to confusion.
To reduce the temptation in the future, let's add a reminder.

Note that it's not the end of the world if entries are put in the wrong
section, because I always moved them in the past. It would be simply
more convinient to avoid this.
---
 clang/docs/ReleaseNotes.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 4139d1d80ed4a..7be6a51cd285c 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -219,6 +219,8 @@ New features
 Crash and bug fixes
 ^^^^^^^^^^^^^^^^^^^
 
+You probably want "Miscellaneous Clang Crashes Fixed" instead!
+
 Improvements
 ^^^^^^^^^^^^
 

From 9933cb6c3cda22acac83c346bcbb9de41daa82e5 Mon Sep 17 00:00:00 2001
From: Balazs Benics <[email protected]>
Date: Wed, 14 Jan 2026 18:47:54 +0100
Subject: [PATCH 2/2] Reword the section title and adjust the template

---
 clang/docs/ReleaseNotes.rst         | 6 ++----
 clang/docs/ReleaseNotesTemplate.txt | 4 ++--
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 7be6a51cd285c..bb77f530fdfb4 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -216,10 +216,8 @@ Static Analyzer
 New features
 ^^^^^^^^^^^^
 
-Crash and bug fixes
-^^^^^^^^^^^^^^^^^^^
-
-You probably want "Miscellaneous Clang Crashes Fixed" instead!
+Static Analyzer crash and bug fixes
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Improvements
 ^^^^^^^^^^^^
diff --git a/clang/docs/ReleaseNotesTemplate.txt 
b/clang/docs/ReleaseNotesTemplate.txt
index cc04deb45bb53..c9af7cd1b60f4 100644
--- a/clang/docs/ReleaseNotesTemplate.txt
+++ b/clang/docs/ReleaseNotesTemplate.txt
@@ -208,8 +208,8 @@ Static Analyzer
 New features
 ^^^^^^^^^^^^
 
-Crash and bug fixes
-^^^^^^^^^^^^^^^^^^^
+Static Analyzer crash and bug fixes
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Improvements
 ^^^^^^^^^^^^

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to