c++: overload dumper
authorNathan Sidwell <nathan@acm.org>
Mon, 24 Aug 2020 13:28:37 +0000 (06:28 -0700)
committerNathan Sidwell <nathan@acm.org>
Mon, 24 Aug 2020 13:28:37 +0000 (06:28 -0700)
commit311281441cbea05691aec4fb1b5ebff39106cd5b
tree8d14c25232d1e230d8ffa6a40b8518aa69179c96
parentde09e7ebc9d5555653745a103eef2b20c7f1dd76
c++: overload dumper

I frequently need to look at overload sets, and debug_node spews more
information than is useful, most of the time.  Here's a dumper for
overloads, that just tells you their full name and where they came from.

gcc/cp
* ptree.c (debug_overload): New.
gcc/cp/ptree.c