[clang] [Clang][Sema] Fix type of enumerators in incomplete enumerations (PR #84068)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 8 14:42:11 PST 2024
================
@@ -6,7 +6,9 @@ typedef enum EnumA {
} EnumA;
enum EnumB {
- B
+ B,
----------------
Kupa-Martin wrote:
done
https://github.com/llvm/llvm-project/pull/84068
More information about the cfe-commits
mailing list