Skip to content

Fails to parse bitfields involving typedefs #45

Open
@cdisselkoen

Description

The following parses fine:

struct foo {
    unsigned int bf : 1;
};

but this does not:

typedef unsigned int uint;
struct foo {
    uint bf : 1;
};

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions