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.
The definition of
Syntax.FunctionDeclaratorlooks likein the specification right now (sec:ifc:SyntaxSort:FunctionDeclarator), so its
sizeofshould be equal 24, but entry_size in the partition "syntax.function-declarator" produced by MSVC (IFC-version 0.41) is equal to 44.