microsoft / ifc-spec

IFC format specification
Creative Commons Attribution 4.0 International
71 stars 7 forks source link

Update `DeclSort::Parameter` initializer #103

Closed GabrielDosReis closed 1 year ago

GabrielDosReis commented 1 year ago

The initializer field of a DeclSort::Parameter structure is an ExprIndex abstract reference pointing (when not null) to trees with specific shapes (a ExprSort::NamedDecl that references a DeclSort::DefaultArgument).

Fix #102