[clang] [Clang][Sema] Fix type of enumerators in incomplete enumerations (PR #84068)

via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 7 19:09:20 PST 2024


Kupa-Martin wrote:

> Should we also have a C++ test for this fix?

clang/test/Sema/warn-compare-enum-types-mismatch.c should cover both C and C++. Or do you mean some other kind of test? 

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


More information about the cfe-commits mailing list