[clang] [C] Handle comma operator for implicit int->enum conversions (PR #138752)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed May 7 03:50:19 PDT 2025
================
@@ -11647,6 +11647,29 @@ static void DiagnoseFloatingImpCast(Sema &S, Expr *E, QualType T,
}
}
+static void CheckCommaOperand(Sema &S, Expr *E, QualType T, SourceLocation CC,
+ bool Check) {
----------------
AaronBallman wrote:
Renamed
https://github.com/llvm/llvm-project/pull/138752
More information about the cfe-commits
mailing list