File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 supports `N3030 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3030.htm >`_ Enhancements to Enumerations.
321322
322323Non-comprehensive list of changes in this release
323324-------------------------------------------------
You can’t perform that action at this time.
0 commit comments