[clang] [clang][NFC] add release note for n3030 support (PR #115648)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 11 01:44:49 PST 2024
================
@@ -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 supports `N3030 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3030.htm>`_ Enhancements to Enumerations.
----------------
Fznamznon wrote:
I think I intentionally didn't add the Release note because aside from diagnostic message changes there were no changes to the compiler. But it still makes sense for user awareness.
We can add the context, like in other similar patches
```suggestion
- 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.
```
https://github.com/llvm/llvm-project/pull/115648
More information about the cfe-commits
mailing list