[clang] [LifetimeSafety] Introduce AccessPath-based expiry (PR #187708)
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 24 05:48:03 PDT 2026
================
@@ -174,6 +134,7 @@ class LoanManager {
/// TODO(opt): Profile and evaluate the usefullness of small buffer
/// optimisation.
llvm::SmallVector<const Loan *> AllLoans;
+ llvm::DenseMap<const Decl *, const PlaceholderRoot *> PlaceholderRoots;
----------------
usx95 wrote:
Done.
https://github.com/llvm/llvm-project/pull/187708
More information about the cfe-commits
mailing list