[clang] [C] Handle comma operator for implicit int->enum conversions (PR #138752)
Mikael Holmén via cfe-commits
cfe-commits at lists.llvm.org
Mon May 12 23:57:36 PDT 2025
mikaelholmen wrote:
@AaronBallman @erichkeane
Apparently we used a clang version from July 2023 to compile clang when the testcase failed.
I made another try with a later build now and then I don't see the failure anymore so perhaps something has been fixed. Or it just went hiding but then I suppose it will popup at some point again.
Sorry if I sent you off on a wild goose chase. :(
https://github.com/llvm/llvm-project/pull/138752
More information about the cfe-commits
mailing list