Skip to content

For multi-dimensional arrays, it cannot be parsed normally, and an error is reported #21

Description

@techthon
struct some_struct {
    uint8   field_1;
    char    field_2[2][SOME_CONSTANT];
    char    field_3[field_1 & 1 * 5];  // Some random expression to calculate array length
    Example field_4[2];
};

char field_2 [2][SOME_CONSTANT];
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions