zwuis wrote: It would be better to emit diagnostics with `DiagnosticIDs::Note` to tell which and where enumerators are not initialized. Concatenating makes the message too long.
An optimization: For contiguous uninitialized enumerators, emit diagnostic messages for only the first and the last enumerator. https://github.com/llvm/llvm-project/pull/176485 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
