Skip to content

when demangling c++ names, if resulting output is too long omit return type #70

@ilmanzo

Description

@ilmanzo

some demangled C++ names can get very verbose; if we demangle them with template parameters and so on, the risk is to see just the return type on the final report.

Let's get smarter and find out a compromise between completeness and usefulness in the html report; likely in case of very long symbols, the most interesting part to see is the class name and function name (and namespace if it fits).

for example, constructors and destructors can be abbreviated to just Class::Class and Class::~Class

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions