[Lldb-commits] [lldb] [LLDB] Update DIL to pass current 'frame var' tests. (PR #145055)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 30 03:16:32 PDT 2025


https://github.com/labath commented:

It's better, but it still looks like there's an inlined copy of ParseIdExpression inside ParsePrimaryExpression. I'd be nice to avoid that as it's easy to forget the inlined version when updating ParseIdExpression (and the problem would show up on variables inside anonymous namespaces).

Maybe that's impossible, but if so, I'd like to know why.

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


More information about the lldb-commits mailing list