[Lldb-commits] [PATCH] D132734: [lldb] Fix member access in GetExpressionPath
Tonko SabolĨec via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 7 05:02:22 PDT 2022
tonkosi updated this revision to Diff 466043.
tonkosi edited the summary of this revision.
tonkosi added a comment.
Fixed the issue of printing unnecessary parenthesis, which broke API tests on macOS.
Improved use of parenthesis to produce outputs such as `(*ptr).member` instead of `(*(ptr)).member`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132734/new/
https://reviews.llvm.org/D132734
Files:
lldb/source/Core/ValueObject.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/test/API/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py
lldb/test/API/python_api/expression_path/Makefile
lldb/test/API/python_api/expression_path/TestExpressionPath.py
lldb/test/API/python_api/expression_path/main.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132734.466043.patch
Type: text/x-patch
Size: 16244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221007/e5398973/attachment.bin>
More information about the lldb-commits
mailing list