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

typedef enum not supported by public API visitor #974

Closed
guwirth opened this issue Oct 13, 2016 · 0 comments · Fixed by #969 or #976
Closed

typedef enum not supported by public API visitor #974

guwirth opened this issue Oct 13, 2016 · 0 comments · Fixed by #969 or #976
Assignees
Labels
Milestone

Comments

@guwirth
Copy link
Collaborator

guwirth commented Oct 13, 2016

typedef enum not handled correctly by public API visitor

typedef enum {
   /* ... */
} Sample;

typedef enum  : int {
   /* ... */
} Sample;

typedef enum class {
   /* ... */
} Sample;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

1 participant