>>>>> "Simon" == Simon Marchi via Gdb-patches <gdb-patches@sourceware.org> writes: Simon> Remove `TYPE_NAME`, changing all the call sites to use `type::name` Simon> directly. This is quite a big diff, but this was mostly done using sed Simon> and coccinelle. A few call sites were done by hand. Looks good. I didn't realize coccinelle worked on C++. Tom