summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2019-08-12 17:05:35 +0000
committerSam McCall <sam.mccall@gmail.com>2019-08-12 17:05:35 +0000
commit6a3c2c84be2b319e4aa893e6b3440eedc27ab3a6 (patch)
treeae9ca4505f3d0cf493f4d60643db4e830bf1634d /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc
parent3e39f39ad929f0b6630ecb59b717fd6ae0702c76 (diff)
downloadbcm5719-llvm-6a3c2c84be2b319e4aa893e6b3440eedc27ab3a6.tar.gz
bcm5719-llvm-6a3c2c84be2b319e4aa893e6b3440eedc27ab3a6.zip
[clangd] Refactor computation of extracted expr in ExtractVariable tweak. NFC
Summary: This takes this logic out of the Tweak class, and simplifies the signature of the function where the main logic is. The goal is to make it easier to turn into a loop like: for (current = N; current and current->parent are both expr; current = current->parent) if (suitable(current)) return current; return null; Reviewers: SureYeaah Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D65333 llvm-svn: 368590
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud