• E
    qapi: Tighten checking of unions · 44bd1276
    Eric Blake 提交于
    Previous commits demonstrated that the generator had several
    flaws with less-than-perfect unions:
    - a simple union that listed the same branch twice (or two variant
    names that map to the same C enumerator, including the implicit
    MAX sentinel) ended up generating invalid C code
    - an anonymous union that listed two branches with the same qtype
    ended up generating invalid C code
    - the generator crashed on anonymous union attempts to use an
    array type
    - the generator was silently ignoring a base type for anonymous
    unions
    - the generator allowed unknown types or nested anonymous unions
    as a branch in an anonymous union
    Signed-off-by: NEric Blake <eblake@redhat.com>
    Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
    Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
    44bd1276
alternate-unknown.exit 2 字节