================ @@ -1285,8 +1301,9 @@ void CIRGenFunction::emitCallArgs( // We must evaluate arguments from right to left in the MS C++ ABI, because // arguments are destroyed left to right in the callee. As a special case, // there are certain language constructs taht require left-to-right - // evaluation, and in those cases we consider the evaluation order requirement - // to trump the "destruction order is reverse construction order" guarantee. + // evaluation, and in those cases we consider the evaluation order ---------------- andykaylor wrote:
This reformatting is unnecessary. https://github.com/llvm/llvm-project/pull/182718 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
