[clang] [LifetimeSafety] Add missing origins stats for lifetime analysis (PR #166568)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 26 00:34:17 PST 2025


================
@@ -39,6 +63,7 @@ OriginID OriginManager::get(const Expr &E) {
   auto It = ExprToOriginID.find(&E);
   if (It != ExprToOriginID.end())
     return It->second;
+
----------------
usx95 wrote:

nit: remove newline

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


More information about the cfe-commits mailing list