[all-commits] [llvm/llvm-project] 8c7a1f: Revert "[lldb] Fix member access in GetExpressionP...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Oct 20 15:22:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c7a1f87617067bc23c2e0733fe5e3202e1d6e81
https://github.com/llvm/llvm-project/commit/8c7a1f87617067bc23c2e0733fe5e3202e1d6e81
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-10-20 (Thu, 20 Oct 2022)
Changed paths:
M lldb/source/Core/ValueObject.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py
R lldb/test/API/python_api/expression_path/Makefile
R lldb/test/API/python_api/expression_path/TestExpressionPath.py
R lldb/test/API/python_api/expression_path/main.cpp
Log Message:
-----------
Revert "[lldb] Fix member access in GetExpressionPath"
This reverts commit 0205aa4a02570dfeda5807f66756ebdbb102744b because it
breaks TestArray.py:
a->c = <parent failed to evaluate: parent is NULL>
I decided to revert instead of disable the test because it looks like a
legitimate issue with the patch.
More information about the All-commits
mailing list