[Lldb-commits] [PATCH] D132734: [lldb] Fix member access in GetExpressionPath
Andy Yankovsky via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 9 07:35:23 PDT 2022
werat accepted this revision.
werat added reviewers: clayborg, granata.enrico.
werat added a comment.
This revision is now accepted and ready to land.
Nice fix! It would be nice to remove redundant parenthesis, e.g. `(*(ptr)).member -> (*ptr).member`, but I see this is non-trivial with the current logic.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132734/new/
https://reviews.llvm.org/D132734
More information about the lldb-commits
mailing list