• Robert Shearman's avatar
    widl: Fix pointer detection for structures with embedded arrays. · 9f0c45b7
    Robert Shearman authored
    Pointers have priority over every other type, so move the detection to
    the top of get_struct_type.
    Fall through from the embedded array detection to the embedded
    structure handling code so that conformance, variance and pointer
    presence is inherited from the array's base type.
    9f0c45b7
parser.y 38.5 KB