[clang] [LifetimeSafety] Track origins through std::function (PR #191123)
Zhijie Wang via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 12 21:20:51 PDT 2026
================
@@ -316,6 +319,22 @@ class TestPointFact : public Fact {
const OriginManager &) const override;
};
+class KillOriginFact : public Fact {
----------------
aeft wrote:
Done. I omitted it before because it overlaps with the comment for `Kind::KillOrigin`.
https://github.com/llvm/llvm-project/pull/191123
More information about the cfe-commits
mailing list