[clang] [clang][docs] Move irrelevant points from CSA release section to the Clang section (PR #174399)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 5 04:41:03 PST 2026
https://github.com/steakhal created https://github.com/llvm/llvm-project/pull/174399
None
>From bef54cd51a893445681da4795502ece9840cf19a Mon Sep 17 00:00:00 2001
From: Balazs Benics <benicsbalazs at gmail.com>
Date: Mon, 5 Jan 2026 13:33:26 +0100
Subject: [PATCH] [clang][docs] Move irrelevant points from CSA release section
to the Clang section
---
clang/docs/ReleaseNotes.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 69497505bbb30..6de27b1366c06 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -546,6 +546,12 @@ Bug Fixes in This Version
- Fix an assertion failure when a ``target_clones`` attribute is only on the
forward declaration of a multiversioned function. (#GH165517) (#GH129483)
- Fix a crash caused by invalid format string in printf-like functions with ``-Wunsafe-buffer-usage-in-libc-call`` option enabled. (#GH170496)
+- Fixed a crash when parsing ``#embed`` parameters with unmatched closing brackets. (#GH152829)
+- Fixed a crash when compiling ``__real__`` or ``__imag__`` unary operator on scalar value with type promotion. (#GH160583)
+- Fixed a crash when parsing invalid nested name specifier sequences
+ containing a single colon. (#GH167905)
+- Fixed a crash when parsing malformed #pragma clang loop vectorize_width(4,8,16)
+ by diagnosing invalid comma-separated argument lists. (#GH166325)
Bug Fixes to Compiler Builtins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -815,12 +821,6 @@ Crash and bug fixes
^^^^^^^^^^^^^^^^^^^
- Fixed a crash in the static analyzer that when the expression in an
``[[assume(expr)]]`` attribute was enclosed in parentheses. (#GH151529)
-- Fixed a crash when parsing ``#embed`` parameters with unmatched closing brackets. (#GH152829)
-- Fixed a crash when compiling ``__real__`` or ``__imag__`` unary operator on scalar value with type promotion. (#GH160583)
-- Fixed a crash when parsing invalid nested name specifier sequences
- containing a single colon. (#GH167905)
-- Fixed a crash when parsing malformed #pragma clang loop vectorize_width(4,8,16)
- by diagnosing invalid comma-separated argument lists. (#GH166325)
Improvements
^^^^^^^^^^^^
More information about the cfe-commits
mailing list