You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@ C2y Feature Support
278
278
which adds the ``i`` and ``j`` suffixes for the creation of a ``_Complex``
279
279
constant value. Clang has always supported these suffixes as a GNU extension,
280
280
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++
282
282
modes.
283
283
284
284
- Clang updated conformance for `N3370 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3370.htm>`_
@@ -318,6 +318,7 @@ C23 Feature Support
318
318
^^^^^^^^^^^^^^^^^^^
319
319
320
320
- 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.
0 commit comments