================
@@ -29,6 +29,11 @@ namespace clang::lifetimes::internal {
using LoanSet = llvm::ImmutableSet<LoanID>;
using OriginLoanMap = llvm::ImmutableMap<OriginID, LoanSet>;
+struct OriginFlowChainStep {
----------------
iitianpushkar wrote:Right, will do it this way and update the patch soon https://github.com/llvm/llvm-project/pull/206337 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
