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

Allow incomplete enum declarations #76

Open
krame505 opened this issue Oct 15, 2017 · 0 comments
Open

Allow incomplete enum declarations #76

krame505 opened this issue Oct 15, 2017 · 0 comments

Comments

@krame505
Copy link
Member

Low priority, but apparently GCC supports this as an extension: https://gcc.gnu.org/onlinedocs/gcc/Incomplete-Enums.html#Incomplete-Enums

Shouldn't be too hard to do if we decide to implement this at some point - we would just need to put the enum item in the refId namespace, and make some tweaks to the associated logic. This would also bring enum handling more inline with that of structs and unions.

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

No branches or pull requests

1 participant