Skip to content

Commit c57b2c7

Browse files
committed
Address comments to fix ReleaseNotes
Signed-off-by: yronglin <[email protected]>
1 parent 213b22d commit c57b2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Bug Fixes in This Version
423423
- Fixed a regression in CTAD that a friend declaration that befriends itself may cause
424424
incorrect constraint substitution. (#GH86769).
425425

426-
- Clang now allowed the value of unroll count to be zero in ``#pragma GCC unroll`` and ``#pragma unroll``.
426+
- Clang now allows the value of unroll count to be zero in ``#pragma GCC unroll`` and ``#pragma unroll``.
427427
The values of 0 and 1 block any unrolling of the loop. This keeps the same behavior with GCC.
428428
Fixes (`#88624 <https://github.com/llvm/llvm-project/issues/88624>`_).
429429

0 commit comments

Comments
 (0)