[llvm-branch-commits] [clang] [LifetimeSafety] Implement support for lifetimebound attribute (PR #158489)
Gábor Horváth via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 23 09:12:29 PDT 2025
================
@@ -353,6 +366,23 @@ class UseFact : public Fact {
}
};
+class KillOriginFact : public Fact {
----------------
Xazax-hun wrote:
Do we still need this now that `OriginFlowFact` has a `KillDest`?
https://github.com/llvm/llvm-project/pull/158489
More information about the llvm-branch-commits
mailing list