Re: [C++ Patch] PR 51230
OK. Jason
Re: [C++ Patch] PR 51230
Hi, Hmm, if %qE supports types, I guess we might as well use that. OK. essentially it works because of these lines in dump_expr: case TEMPLATE_TYPE_PARM: case BOUND_TEMPLATE_TEMPLATE_PARM: dump_type (t, flags); break; note, however, that this means TEMPLATE_TEMPLATE_PARM i
Re: [C++ Patch] PR 51230
Hmm, if %qE supports types, I guess we might as well use that. OK. Jason