diff options
author | Balazs Keri <1.int32@gmail.com> | 2019-09-02 11:01:09 +0000 |
---|---|---|
committer | Balazs Keri <1.int32@gmail.com> | 2019-09-02 11:01:09 +0000 |
commit | b06b14ba8cf32c16119bea9252468dea58a61200 (patch) | |
tree | 546ecf7b9a7c050eab5fc66da8d4b357fbcfbeb3 /lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py | |
parent | 1aab62762f6658a6955d9bed719a345702f2bb56 (diff) | |
download | bcm5719-llvm-b06b14ba8cf32c16119bea9252468dea58a61200.tar.gz bcm5719-llvm-b06b14ba8cf32c16119bea9252468dea58a61200.zip |
[AST] AST structural equivalence to work internally with pairs.
Summary:
The structural equivalence check stores now pairs of nodes in the
'from' and 'to' context instead of only the node in 'from' context
and a corresponding one in 'to' context. This is needed to handle
cases when a Decl in the 'from' context is to be compared with
multiple Decls in the 'to' context.
Reviewers: martong, a_sidorin
Reviewed By: martong, a_sidorin
Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D66538
llvm-svn: 370639
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py')
0 files changed, 0 insertions, 0 deletions