[clang] [Lifetime Safety] Highlight lifetimebound calls in alias chain diagnostics (PR #206337)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 29 02:29:20 PDT 2026


================
@@ -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


More information about the cfe-commits mailing list