Skip to content

Support bit field in struct #237

@ladisgin

Description

@ladisgin

Add support to struct with bitfield like

struct struct_with_bitfied {
    int a : 4;
    int b : 2;
    int c : 1;
    int d : 1;
}

Metadata

Metadata

Assignees

Labels

customerIssues from customersenhancementNew feature or requesttop focusTop priority chosen by dev team

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions