[clang] [llvm] Loop finalization (PR #214717)

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 20 12:52:47 PDT 2026


================
@@ -10036,6 +10039,7 @@ static Stmt *buildPreInits(ASTContext &Context, ArrayRef<Stmt *> PreInits) {
   return CompoundStmt::Create(Context, PreInits, FPOptionsOverride(), {}, {});
 }
 
+/// Helper to determine if a loop should skip finalization.
----------------
alexey-bataev wrote:

Remove

https://github.com/llvm/llvm-project/pull/214717


More information about the cfe-commits mailing list