[clang] [clang][Sema] Combine fallout warnings to just one warning (PR #127546)

via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 18 11:16:19 PST 2025


Sirraide wrote:

> I can not find corresponding type to save enum values into specific container (expected `diag::FunModes`).

Ah, that’s because it emits an anonymous enum inside a namespace; just use `unsigned` I’d say.

https://github.com/llvm/llvm-project/pull/127546


More information about the cfe-commits mailing list