[llvm-branch-commits] [clang] [LifetimeSafety] Add support for GSL Pointer types (PR #154009)

Gábor Horváth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Sep 8 06:44:22 PDT 2025


https://github.com/Xazax-hun commented:

We already have some logic in the statement local analysis about when we consider a gsl pointer to be a borrow from an owner and when we propagate the underlying borrow. I wonder if it was possible to somehow factor that logic out and reuse it instead of reimplementing it. 

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


More information about the llvm-branch-commits mailing list