================
@@ -1509,6 +1516,10 @@ CodeGenFunction::EmitCXXForRangeStmt(const 
CXXForRangeStmt &S,
     EmitStmt(S.getBody());
   }
 
+  // The last block in the loop's body (which unconditionally branches to 
theAdd commentMore actions
+  // `inc` block if there is one).
----------------
SLTozer wrote:

```suggestion
  // The last block in the loop's body (which unconditionally branches to the
  // `inc` block if there is one).
```

https://github.com/llvm/llvm-project/pull/134647
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to