Skip to content

Commit 932ee25

Browse files
steakhalmahesh-attarde
authored andcommitted
[clang][docs] Move irrelevant points from CSA release section to the Clang section (llvm#174399)
1 parent 50c6eaa commit 932ee25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,12 @@ Bug Fixes in This Version
546546
- Fix an assertion failure when a ``target_clones`` attribute is only on the
547547
forward declaration of a multiversioned function. (#GH165517) (#GH129483)
548548
- Fix a crash caused by invalid format string in printf-like functions with ``-Wunsafe-buffer-usage-in-libc-call`` option enabled. (#GH170496)
549+
- Fixed a crash when parsing ``#embed`` parameters with unmatched closing brackets. (#GH152829)
550+
- Fixed a crash when compiling ``__real__`` or ``__imag__`` unary operator on scalar value with type promotion. (#GH160583)
551+
- Fixed a crash when parsing invalid nested name specifier sequences
552+
containing a single colon. (#GH167905)
553+
- Fixed a crash when parsing malformed #pragma clang loop vectorize_width(4,8,16)
554+
by diagnosing invalid comma-separated argument lists. (#GH166325)
549555

550556
Bug Fixes to Compiler Builtins
551557
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -815,12 +821,6 @@ Crash and bug fixes
815821
^^^^^^^^^^^^^^^^^^^
816822
- Fixed a crash in the static analyzer that when the expression in an
817823
``[[assume(expr)]]`` attribute was enclosed in parentheses. (#GH151529)
818-
- Fixed a crash when parsing ``#embed`` parameters with unmatched closing brackets. (#GH152829)
819-
- Fixed a crash when compiling ``__real__`` or ``__imag__`` unary operator on scalar value with type promotion. (#GH160583)
820-
- Fixed a crash when parsing invalid nested name specifier sequences
821-
containing a single colon. (#GH167905)
822-
- Fixed a crash when parsing malformed #pragma clang loop vectorize_width(4,8,16)
823-
by diagnosing invalid comma-separated argument lists. (#GH166325)
824824

825825
Improvements
826826
^^^^^^^^^^^^

0 commit comments

Comments
 (0)