diff options
author | Raphael Isemann <teemperor@gmail.com> | 2020-05-08 19:09:30 +0200 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2020-05-08 21:17:32 +0200 |
commit | 7b1f1cf1cf71ed143673a981074da642cfcde56e (patch) | |
tree | 9d1109d26a5a3d9a1c6769e89ece2ba3528e25e2 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | adf3b8e366160aaf7f6a55ecec8f5d0342a40dd3 (diff) | |
download | llvm-7b1f1cf1cf71ed143673a981074da642cfcde56e.zip llvm-7b1f1cf1cf71ed143673a981074da642cfcde56e.tar.gz llvm-7b1f1cf1cf71ed143673a981074da642cfcde56e.tar.bz2 |
[lldb] Remove 'use_synthetic' parameters in ValueObject code
Summary:
`CalculateSyntheticValue` and `GetSyntheticValue` have a `use_synthetic` parameter
that makes the function do nothing when it's false. We obviously always pass true
to the function (or check that the value we pass is true), because there really isn't
any point calling with function with a `false`. This just removes all of this.
Reviewers: labath, JDevlieghere, davide
Reviewed By: davide
Subscribers: davide
Differential Revision: https://reviews.llvm.org/D79568
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions