Skip to content

Handle typedef of opaque structs  #107

@biozic

Description

@biozic

When an opaque struct is defined in a C header like that:

    typedef struct foo foo;

no symbols are generated in the .d file. It only works if the name of the struct is not the same as the typedef. The output should be:

   struct foo;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions