[Lldb-commits] [lldb] [lldb][NFC] Use the DWARFExpression::Stack typedef (PR #167018)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 7 14:53:43 PST 2025


felipepiovezan wrote:

Right, that's exactly what I'm trying to say: we can keep the original type and rename the variable instead. The concrete type is still useful for readers to know how it can be used. We don't treat the concrete type as a stack (e.g. we manipulate it in the middle), so having "stack" in the type is very misleading.

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


More information about the lldb-commits mailing list