[clang] [LifetimeSafety] Propagate loans through pointer arithmetic (PR #189546)

via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 2 02:16:27 PDT 2026


NeKon69 wrote:

Currently, pointer arithmetic on user-defined objects does not work because the operator is not classified as a binary operator. I'll probably file an issue for this and work on it.

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


More information about the cfe-commits mailing list