close
Skip to content

Divergence between syntax.function-declarator definition in the specification and .ifc produced by MSVC #59

@AndreyG

Description

@AndreyG

The definition of Syntax.FunctionDeclarator looks like

struct {
    SyntaxIndex parameters;
    SyntaxIndex eh_spec;
    SourceLocation left_paren;
    SourceLocation  right_paren;
}

in the specification right now (sec:ifc:SyntaxSort:FunctionDeclarator), so its sizeof should be equal 24, but entry_size in the partition "syntax.function-declarator" produced by MSVC (IFC-version 0.41) is equal to 44.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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