valops.c: Overload resolution code: Rename parameters/locals
authorPedro Alves <palves@redhat.com>
Wed, 21 Nov 2018 11:55:15 +0000 (11:55 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 21 Nov 2018 12:27:29 +0000 (12:27 +0000)
commit38139a9681a32e92f5c5b8437875d2726c009841
treeb1e515466e28addff99d4eb4410496f3e7520975
parent85cca2bcbc7833b33d4b61d7b7e0e75b9afa063b
valops.c: Overload resolution code: Rename parameters/locals

While looking over this code, I thought the names of the parameters to
find_oload_champ and related functions and locals were a bit too
cryptic.  For example, FN_LIST holds methods, not free functions.
Free-functions are in OLOAD_SYMS.

This patch renames parameters/variables to the more obvious
methods/xmethods/functions instead.

gdb/ChangeLog:
2018-11-21  Pedro Alves  <palves@redhat.com>

* valops.c (find_method_list, value_find_oload_method_list)
(find_overload_match, find_oload_champ): Rename parameters and
locals.
gdb/ChangeLog
gdb/valops.c