diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index c3424e0e6f34c..90a61f6966f95 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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 `_ @@ -318,6 +318,7 @@ C23 Feature Support ^^^^^^^^^^^^^^^^^^^ - Clang now supports `N3029 `_ Improved Normal Enumerations. +- Clang now officially supports `N3030 `_ Enhancements to Enumerations. Clang already supported it as an extension, so there were no changes to compiler behavior. Non-comprehensive list of changes in this release -------------------------------------------------