Skip to content

typedef enum not supported by public API visitor #974

@guwirth

Description

@guwirth

typedef enum not handled correctly by public API visitor

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

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

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions