================ @@ -1213,9 +1225,9 @@ void CIRGenFunction::emitCallArg(CallArgList &args, const clang::Expr *e, bool hasAggregateEvalKind = hasAggregateEvaluationKind(argType); - // In the Microsoft C++ ABI, aggregate arguments are destructed by the callee. - // However, we still have to push an EH-only cleanup in case we unwind before - // we make it to the call. + // In the Microsoft C++ ABI, aggregate arguments are destructed by the ---------------- andykaylor wrote:
What's the reason for the reformatting here? https://github.com/llvm/llvm-project/pull/182718 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
