[clang] [clang] run clang-format on some CGObjC files (PR #126644)

Peter Rong via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 12:29:24 PST 2025


================
@@ -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


More information about the cfe-commits mailing list