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

Revise rules on when to generate a typedef struct and use struct X #27

Open
iphydf opened this issue Jan 5, 2017 · 0 comments
Open

Comments

@iphydf
Copy link
Member

iphydf commented Jan 5, 2017

Currently we generate a typedef struct Foo Foo for class foo { struct this; } and then use Foo * for this. However, we also generate a typedef for class foo_bar { struct this; }, but then use struct Foo_bar * for this. This is due to the underscore rule. These rules need to be revised and clarified.

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