[clang] [clang] Avoid warnings about enum mismatch in ternary expressions. NFC. (PR #159338)
Martin Storsjö via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 17 04:53:19 PDT 2025
mstorsjo wrote:
This is also not very pretty, but again, this is a mostly reasonable warning - unfortunately our diagnostics aren't all in one large enum for (presumably) technical reasons, even if they are forced to be non-overlapping.
https://github.com/llvm/llvm-project/pull/159338
More information about the cfe-commits
mailing list