[clang] [CodeGen] Fix cleanup attribute for C89 for-loop init variables (PR #156643)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 18 14:40:23 PDT 2025
================
@@ -405,6 +405,7 @@ void CodeGenFunction::FinishFunction(SourceLocation EndLoc) {
// parameters. Do this in whatever block we're currently in; it's
// important to do this before we enter the return block or return
// edges will be *really* confused.
+
----------------
efriedma-quic wrote:
Unnecessary whitespace change.
https://github.com/llvm/llvm-project/pull/156643
More information about the cfe-commits
mailing list