Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ C2y Feature Support
which adds the ``i`` and ``j`` suffixes for the creation of a ``_Complex``
constant value. Clang has always supported these suffixes as a GNU extension,
so ``-Wgnu-imaginary-constant`` no longer has effect in C modes, as this is
not a C2y extension in C. ``-Wgnu-imaginary-constant`` still applies in C++
now a C2y extension in C. ``-Wgnu-imaginary-constant`` still applies in C++
modes.

- Clang updated conformance for `N3370 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3370.htm>`_
Expand Down Expand Up @@ -318,6 +318,7 @@ C23 Feature Support
^^^^^^^^^^^^^^^^^^^

- Clang now supports `N3029 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3029.htm>`_ Improved Normal Enumerations.
- Clang now supports `N3030 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3030.htm>`_ Enhancements to Enumerations.

Non-comprehensive list of changes in this release
-------------------------------------------------
Expand Down
Loading