• Rémi Bernon's avatar
    widl: Fix nested parameterized types C / short name output. · 1f2614c6
    Rémi Bernon authored
    We append type->name from each parameter when constructing the c_name
    of parameterized type. When the parameter is itself a parameterized type
    this field contains C++-like name, with template brackets.
    
    Instead this precomputes the names of parameterized types whenever they
    are used as a parameter. In this case the format is the same as the C
    name, except that __C is used as a namespace separator, instead of _C,
    and that there's no namespace or abi prefix included.
    
    Shorthands need to be applied too, altough they have to match the __C.
    Signed-off-by: 's avatarRémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    1f2614c6
Name
Last commit
Last update
..
Makefile.in Loading commit data...
client.c Loading commit data...
expr.c Loading commit data...
expr.h Loading commit data...
hash.c Loading commit data...
hash.h Loading commit data...
header.c Loading commit data...
header.h Loading commit data...
parser.h Loading commit data...
parser.l Loading commit data...
parser.y Loading commit data...
proxy.c Loading commit data...
register.c Loading commit data...
server.c Loading commit data...
typegen.c Loading commit data...
typegen.h Loading commit data...
typelib.c Loading commit data...
typelib.h Loading commit data...
typelib_struct.h Loading commit data...
typetree.c Loading commit data...
typetree.h Loading commit data...
utils.c Loading commit data...
utils.h Loading commit data...
widl.c Loading commit data...
widl.h Loading commit data...
widl.man.in Loading commit data...
widltypes.h Loading commit data...
write_msft.c Loading commit data...