Preferences

> de-mangle names at compile-time

Far from being standardized but it's possible today on GCC and Clang. You just abuse __PRETTY_FUNCTION__.


dataflow
That's not demangling a mangled name, it's retrieving the unmangled name of a symbol.

This item has no comments currently.