• Rob Shearman's avatar
    widl: Fix detection of non-pointer context handles. · f4a96193
    Rob Shearman authored
    is_ptr cannot be used because it follows the chain of types into the 
    type which has the context_handle attribute, which is typically "void *" 
    and so causes these context handles to be incorrectly detected as 
    context handles. Instead, we can use is_aliaschain_ptr to follow the 
    chain of aliases without following pointers and the absence of the 
    context_handle attribute indicates that it must be present on a type 
    after following a pointer.
    f4a96193
Name
Last commit
Last update
..
Makefile.in Loading commit data...
client.c 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...
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...
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...