Skip typedef resolution in namespace search if not needed
commitf38068f04e9514269161a884df278b0af3e5c2c3
authorJiří Techet <techet@gmail.com>
Thu, 10 Dec 2015 15:50:32 +0000 (10 16:50 +0100)
committerJiří Techet <techet@gmail.com>
Mon, 18 Jan 2016 21:56:10 +0000 (18 22:56 +0100)
treef493bca8f19326484976d0ae361b2bad0a7f5b34
parent5801844d7eb15a8de3b2dab96c50ace1ef89b75c
Skip typedef resolution in namespace search if not needed

When we already have a struct-like type in namespace search,
we don't need any extra resolution - we already have the
right type. Skip the whole typedef resolution in this case.
tagmanager/src/tm_workspace.c