================ @@ -6226,6 +6226,15 @@ ExprResult Sema::CheckConvertedConstantExpression(Expr *From, QualType T, return R; } +ExprResult Sema::EvaluateConvertedConstantExpression(Expr *E, QualType T, + APValue &Value, + Sema::CCEKind CCE, + bool RequireInt) { + + APValue PreNarrowingValue; ---------------- cor3ntin wrote:
After offline, i changed it. Let me know if that makes you happier. https://github.com/llvm/llvm-project/pull/73103 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits