[clang] [KeyInstr][Clang] For range stmt atoms (PR #134647)
Stephen Tozer via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 3 06:54:44 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list