[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
Tue Jul 7 04:17:55 PDT 2026


================
@@ -56,6 +56,15 @@ class LoanPropagationAnalysis {
                                                    const LoanID TargetLoan,
                                                    const CFG *Cfg) const;
 
+  llvm::SmallVector<const OriginFlowFact *>
+  buildOriginFlowChainWithFacts(ProgramPoint StartPoint,
----------------
Xazax-hun wrote:

I might be a bit confused, does this belong to this PR or a rebase artifact?

https://github.com/llvm/llvm-project/pull/206337


More information about the cfe-commits mailing list