tonkosi added a comment. Hi, I fixed the issue causing macOS tests to fail, but I don't have a macOS machine to verify it actually works. I'd be grateful if someone could check that part.
I also decided to further reduce number of parenthesis in output (e.g. `(*(ptr)).member` isn't ideal), but now I realize that the previous `*(a.b.c)` might be more clear than `*a.b.c`. Let me know if I should revert that part. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132734/new/ https://reviews.llvm.org/D132734 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
