-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels