[Lldb-commits] [PATCH] D134011: [lldb] Fix parentheses placement in GetExpressionPath

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 15 20:35:19 PDT 2022


kastiglione added a comment.

I noticed this when running `v *SomeVar` and the variable contained a `llvm::PointerUnion`. The synthetic provider for `PointerUnion` uses `GetExpressionPath`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134011/new/

https://reviews.llvm.org/D134011



More information about the lldb-commits mailing list