We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213b22d commit c57b2c7Copy full SHA for c57b2c7
clang/docs/ReleaseNotes.rst
@@ -423,7 +423,7 @@ Bug Fixes in This Version
423
- Fixed a regression in CTAD that a friend declaration that befriends itself may cause
424
incorrect constraint substitution. (#GH86769).
425
426
-- Clang now allowed the value of unroll count to be zero in ``#pragma GCC unroll`` and ``#pragma unroll``.
+- Clang now allows the value of unroll count to be zero in ``#pragma GCC unroll`` and ``#pragma unroll``.
427
The values of 0 and 1 block any unrolling of the loop. This keeps the same behavior with GCC.
428
Fixes (`#88624 <https://github.com/llvm/llvm-project/issues/88624>`_).
429
0 commit comments