Skip to content

Conversation

@tobiasduerschmid
Copy link
Collaborator

No description provided.

static std::string normalizeTypeName(std::string clangTypeName) {
auto symbolicType = SymbolicValue::getSymbolicType(clangTypeName);
if (symbolicType == SymbolicValueType::Unsupported) {
return clangTypeName;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like we're losing information here since Clang types aren't real symbolic types and we lose the ability to distinguish them from actual symbolic types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants