================ @@ -4856,7 +4773,7 @@ void CGObjCMac::EmitTryOrSynchronizedStmt(CodeGen::CodeGenFunction &CGF, if (PropagatingExnVar.isValid()) { PropagatingExn = CGF.Builder.CreateLoad(PropagatingExnVar); - // Otherwise, just look in the buffer for the exception to throw. + // Otherwise, just look in the buffer for the exception to throw. ---------------- DataCorrupted wrote:
Found another two cases of similar situation, adjusted to make clang-format happy and semantically meaningful. https://github.com/llvm/llvm-project/pull/126644 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits