diff options
author | Artem Dergachev <artem.dergachev@gmail.com> | 2019-10-23 08:10:19 -0700 |
---|---|---|
committer | Artem Dergachev <artem.dergachev@gmail.com> | 2019-10-23 08:17:02 -0700 |
commit | be86fdb86e1efd6921c81f25ac0c0a78903c0a2d (patch) | |
tree | dc98e025ae166175ee0225106d8b0b9b4f8edc3c /lldb/packages/Python/lldbsuite/test/commands/command/script/mysto.py | |
parent | 689ce810598bec7b35dd7ebe33ce5c5cce1453c7 (diff) | |
download | bcm5719-llvm-be86fdb86e1efd6921c81f25ac0c0a78903c0a2d.tar.gz bcm5719-llvm-be86fdb86e1efd6921c81f25ac0c0a78903c0a2d.zip |
[analyzer] Fix off-by-one in operator call parameter binding.
Member operator declarations and member operator expressions
have different numbering of parameters and arguments respectively:
one of them includes "this", the other does not.
Account for this inconsistency when figuring out whether
the parameter needs to be manually rebound from the Environment
to the Store when entering a stack frame of an operator call,
as opposed to being constructed with a constructor and as such
already having the necessary Store bindings.
Differential Revision: https://reviews.llvm.org/D69155
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script/mysto.py')
0 files changed, 0 insertions, 0 deletions