[Lldb-commits] [lldb] [lldb] Fix expressions that involve nested structs/classes/unions. (PR #77029)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 5 10:50:45 PST 2024
clayborg wrote:
> Thanks for the fix! I did test this patch with both our regression issue, and also allowing us to remove the double-lookup working around #53904 and can confirm it addressed both issues. Thanks again!
Glad it worked! It will also be a huge improvement in the expression parser and avoid these weird expression parser bugs where it doesn't work sometimes and does other times, so it was totally worth fixing. I am also glad to know that the type lookups are being so much more efficient. Having a repro case is always the best way to help us fix bugs, so thanks for posting the details so we can repro easily.
https://github.com/llvm/llvm-project/pull/77029
More information about the lldb-commits
mailing list