Skip to content

Commit e30d50a

Browse files
committed
[Clang] Update release notes
1 parent 8dcf07b commit e30d50a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,12 +475,12 @@ Non-comprehensive list of changes in this release
475475
``__INTMAX_C``, ``__UINT8_C``, ``__UINT16_C``, ``__UINT32_C``, ``__UINT64_C``
476476
and ``__UINTMAX_C`` have been introduced to ease the implementaton of section
477477
7.18.4 of ISO/IEC 9899:1999. These macros are also defined by GCC and should
478-
be used instead of others that need to expand and paste the suffixes provided
479-
by ``__INT8_C_SUFFIX__``, ``__INT16_C_SUFFIX__``, ``__INT32_C_SUFFIX__``,
478+
be used instead of others that expand and paste the suffixes provided by
479+
``__INT8_C_SUFFIX__``, ``__INT16_C_SUFFIX__``, ``__INT32_C_SUFFIX__``,
480480
``__INT64_C_SUFFIX__``, ``__INTMAX_C_SUFFIX__``, ``__UINT8_C_SUFFIX__``,
481481
``__UINT16_C_SUFFIX__``, ``__UINT32_C_SUFFIX__``, ``__UINT64_C_SUFFIX__`` and
482-
``__UINTMAX_C_SUFFIX__``. Pasting suffixes is unsafe, as users can define them
483-
as macros.
482+
``__UINTMAX_C_SUFFIX__``. Pasting suffixes after the expansion of their
483+
respective macros is unsafe, as users can define the suffixes as macros.
484484

485485
- Clang now rejects ``_BitInt`` matrix element types if the bit width is less than ``CHAR_WIDTH`` or
486486
not a power of two, matching preexisting behaviour for vector types.

0 commit comments

Comments
 (0)