Skip to content

Dealing with anonymous structs/unions #42

@lorenzo-gomez-windhover

Description

306e980

                    std::string cName{""};
                    if (dieName != nullptr)
                    {
                        cName = dieName;
                    }
                    else
                    {
                        logger.logWarning("Symbol does not have a name. This usually means an anonymous struct or union.");
                    }

A possible solution for this would be creating a random name on the fly, but have to think about the tradeoffs of doing that...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions