Author: h-vetinari
Date: 2024-11-12T08:02:36-05:00
New Revision: e723b10266756eceb79612f28fdd025475795822

URL: 
https://github.com/llvm/llvm-project/commit/e723b10266756eceb79612f28fdd025475795822
DIFF: 
https://github.com/llvm/llvm-project/commit/e723b10266756eceb79612f28fdd025475795822.diff

LOG: [clang][NFC] add release note for n3030 support (#115648)

Follow-up to #107260

CC @Fznamznon @AaronBallman

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 7c210c17dda7d4..aa870ab749b0ca 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 
<https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3370.htm>`_
@@ -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 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.
 
 Non-comprehensive list of changes in this release
 -------------------------------------------------


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to