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

Support GCC extension that allows unnamed struct and union members per C11. #233

Merged
merged 1 commit into from
Feb 16, 2019

Conversation

dpreed
Copy link
Contributor

@dpreed dpreed commented Feb 12, 2019

Contribute code the supports unnamed struct and union fields within structs and unions, which is in the C11 spec. The names in the nested struct can be used without qualification in the CHS bindings.

Also added regression tests (issue 230) for unnamed struct/union membes.

Add tests (issue 230) for unnamed struct/union members
@deech
Copy link
Contributor

deech commented Feb 16, 2019

This is great! Thanks!

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.

None yet

2 participants