Skip to content

Commit e723b10

Browse files
authored
[clang][NFC] add release note for n3030 support (#115648)
Follow-up to #107260 CC @Fznamznon @AaronBallman
1 parent 7c04da1 commit e723b10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ C2y Feature Support
278278
which adds the ``i`` and ``j`` suffixes for the creation of a ``_Complex``
279279
constant value. Clang has always supported these suffixes as a GNU extension,
280280
so ``-Wgnu-imaginary-constant`` no longer has effect in C modes, as this is
281-
not a C2y extension in C. ``-Wgnu-imaginary-constant`` still applies in C++
281+
now a C2y extension in C. ``-Wgnu-imaginary-constant`` still applies in C++
282282
modes.
283283

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

320320
- Clang now supports `N3029 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3029.htm>`_ Improved Normal Enumerations.
321+
- Clang now officially supports `N3030 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3030.htm>`_ Enhancements to Enumerations. Clang already supported it as an extension, so there were no changes to compiler behavior.
321322

322323
Non-comprehensive list of changes in this release
323324
-------------------------------------------------

0 commit comments

Comments
 (0)