[Lldb-commits] [lldb] [LLDB] Add array subscription and integer parsing to DIL (PR #138551)

Ilia Kuklin via lldb-commits lldb-commits at lists.llvm.org
Mon May 5 10:09:19 PDT 2025


kuilpd wrote:

> Swift doesn't have pointers really. It does pass some things by value (called structs) and others by reference (called classes), but it doesn't let you know how. So this ambiguity between "pointer to object" and "pointer to contiguous buffer of objects" doesn't come up.

So what happens if I use `ArrayToPointerConversion` function I added on a Swift array?

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


More information about the lldb-commits mailing list