================ @@ -2406,6 +2406,16 @@ those modes. Use ``__has_feature(c_fixed_enum)`` to determine whether support for fixed underlying types is available in C23 and later. +Enumerations with no enumerators +----------------------------------------- ---------------- AaronBallman wrote:
```suggestion Enumerations with no enumerators -------------------------------- ``` https://github.com/llvm/llvm-project/pull/159981 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
