[clang] [LifetimeSafety] Add support for tracking non-trivially destructed temporary objects (PR #172007)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 15 05:08:24 PST 2025


================
@@ -41,6 +41,26 @@ static const PathLoan *createLoan(FactManager &FactMgr,
   return nullptr;
 }
 
+/// Creates a loan for the storage location of a temporary object.
+/// \param MTW The MaterializeTemporaryExpr that represents the temporary
----------------
usx95 wrote:

nit: typo `MTE`

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


More information about the cfe-commits mailing list