================
@@ -29,6 +29,11 @@ namespace clang::lifetimes::internal {
 using LoanSet = llvm::ImmutableSet<LoanID>;
 using OriginLoanMap = llvm::ImmutableMap<OriginID, LoanSet>;
 
+struct OriginFlowChainStep {
----------------
Xazax-hun wrote:

Do we need this information? If we have a flow fact, couldn't we recover the 
origin id?

https://github.com/llvm/llvm-project/pull/206337
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to