[llvm-branch-commits] [clang] [LifetimeSafety] Add loan expiry analysis (PR #148712)
Yitzhak Mandelbaum via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 21 05:21:07 PDT 2025
================
@@ -832,6 +833,65 @@ class LoanPropagationAnalysis
}
};
+// ========================================================================= //
+// Expired Loans Analysis
+// ========================================================================= //
----------------
ymand wrote:
nit: add dash.
https://github.com/llvm/llvm-project/pull/148712
More information about the llvm-branch-commits
mailing list