[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:15:10 PST 2025
felipepiovezan wrote:
We could also just remove the typedef, as it doesn't tell the reader anything about the type; DEARFExpression::Stack is trying to say what the variable is supposed to be (which is better captured by the variable name), not how the concrete type behaves.
https://github.com/llvm/llvm-project/pull/167018
More information about the lldb-commits
mailing list