diff options
author | Tom Tromey <tom@tromey.com> | 2021-03-08 07:27:57 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2021-03-08 07:28:29 -0700 |
commit | e447908052f54164eec481d15a5274ddf385569d (patch) | |
tree | 869b45f3dba350e9a6097bac187c6ae9a77c46dc /gdb/rust-lang.c | |
parent | 95d49dfbba00253382d0f7ad0ea2052b2b7bc445 (diff) | |
download | binutils-e447908052f54164eec481d15a5274ddf385569d.zip binutils-e447908052f54164eec481d15a5274ddf385569d.tar.gz binutils-e447908052f54164eec481d15a5274ddf385569d.tar.bz2 |
Introduce class adl_func_operation
This adds class adl_func_operation, which implements
argument-dependent lookup function calls.
Other function calls will be handled in a different way. However,
because ADL calls were created in a single spot in the C++ parser, and
because they had different semantics from the other cases, it was
convenient to treat them specially.
gdb/ChangeLog
2021-03-08 Tom Tromey <tom@tromey.com>
* expop.h (class adl_func_operation): New.
* eval.c (adl_func_operation::evaluate): New method.
Diffstat (limited to 'gdb/rust-lang.c')
0 files changed, 0 insertions, 0 deletions