Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enum base type is ignored #17606

Open
thestr4ng3r opened this issue Sep 7, 2020 · 0 comments
Open

Enum base type is ignored #17606

thestr4ng3r opened this issue Sep 7, 2020 · 0 comments
Labels
RAnal test-required types Parsing, propagating and inferring simple and complex types

Comments

@thestr4ng3r
Copy link
Contributor

The comment here states that the type member of RAnalBaseType is used for enum types:

char *type; // Used by typedef, atomic type, enum

But actually it is not. I think it can be very useful to save the base type of an enum so the (de)serialization for this should be added.

@thestr4ng3r thestr4ng3r added the types Parsing, propagating and inferring simple and complex types label Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RAnal test-required types Parsing, propagating and inferring simple and complex types
Projects
None yet
Development

No branches or pull requests

3 participants