lcov-to-cobertura-xml icon indicating copy to clipboard operation
lcov-to-cobertura-xml copied to clipboard

Allow passing a custom demangler

Open fperrin opened this issue 2 years ago • 0 comments

Beyond C++, other language compilers may also mangle names, and need to use a custom demangler. This is done with a new --demangler option, defaulting to c++filt when --demangle is given. This is compatible with the current CLI, but the API changed a little bit (LcovCobertura takes a string for demangler instead of a boolean for demangle).

fperrin avatar Mar 07 '22 12:03 fperrin