Improve anonymous type handling
commit5801844d7eb15a8de3b2dab96c50ace1ef89b75c
authorJiří Techet <techet@gmail.com>
Wed, 9 Dec 2015 15:02:20 +0000 (9 16:02 +0100)
committerJiří Techet <techet@gmail.com>
Mon, 18 Jan 2016 21:56:10 +0000 (18 22:56 +0100)
treed33597cbf0fac95ebfc5dc042fe616e8604c742b
parent981320c3b882ca4aa2e7af152e5513dbf985d079
Improve anonymous type handling

Make sure the anonymous types are from the same file as the
variable of that type (or, when performing typedef resolution, from
the same file as the typedef).

On the way, simplify find_scope_members() a bit and fix some minor
problems.
tagmanager/src/tm_workspace.c