[clang] [clang][Sema] Combine fallout warnings to just one warning (PR #127546)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 18 09:54:41 PST 2025
foxtran wrote:
> I think this might be a good candidate for the new %enum_select thingy that @erichkeane added recently (see https://clang.llvm.org/docs/InternalsManual.html#formatting-a-diagnostic-argument for documentation if you’re not familiar w/ it).
Yep, thank you!
Will it have redefinition problem since I need to share this enum between two diagnostics?
https://github.com/llvm/llvm-project/pull/127546
More information about the cfe-commits
mailing list