I am trying to write a quick and dirty daemon for clang. I found a piece of code that uses abi::__cxa_demangle , but I cannot figure out which header it requires. The obvious choice is ABI.h , but:
demangle.cpp:2:10: fatal error: 'ABI.h' file not found
What do I need to use abi::__cxa_demangle ?
source share