Re: [C++ PATCH] constructor_name
On Thu, Jun 29, 2017 at 10:43 AM, Nathan Sidwell wrote: > [*] perhaps `&"~"[!twiddle]' is too cute a trick? It's very localized, so I think it's appropriately cute. Jason
[C++ PATCH] constructor_name
This cleans up constructor_name use. I use constructor_name when checking for ctor/dtor type things and DECL_NAME (TYPE_NAME (X)) when dealing with a class's self reference. IMHO these are conceptually different, even if we might end up with the same identifier in the end. 1) check_dtor_name