[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:59:16 PST 2025
foxtran wrote:
> Will it have redefinition problem since I need to share this enum between two diagnostics?
Unfortunately, yes...
https://github.com/llvm/llvm-project/blob/785a5b4676e7aa77904babb9f66e862b5fc39295/clang/test/TableGen/select-enum-errors.td#L15-L20
https://github.com/llvm/llvm-project/pull/127546
More information about the cfe-commits
mailing list