[clang] [LifetimeSafety] Track origins through std::function (PR #191123)

Zhijie Wang via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 12 17:30:19 PDT 2026


================
@@ -130,7 +130,9 @@ class ExpireFact : public Fact {
 
 class OriginFlowFact : public Fact {
   OriginID OIDDest;
-  OriginID OIDSrc;
+  // The source origin to flow from. Absent when only clearing the destination's
----------------
aeft wrote:

Done

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


More information about the cfe-commits mailing list