Simplify tag type specifications in scope search
commit02105d77d74da4954dce165bba9ead31cbf5ed72
authorJiří Techet <techet@gmail.com>
Sat, 23 May 2015 19:29:08 +0000 (23 21:29 +0200)
committerJiří Techet <techet@gmail.com>
Mon, 18 Jan 2016 21:56:10 +0000 (18 22:56 +0100)
treeba9f62e24af7a44dd21d60972b61984551269575
parent67916dc4038918a940f38d08d073a9bbb4aea89b
Simplify tag type specifications in scope search

Consider types with members to have the same properties everywhere (this
might differ language to language but this assumption should behave
reasonably for any language).

Don't check member type in find_scope_members_tags() - we already check
scope which should be sufficient and will work even if some language
uses function/variable instead of method/member/field.
tagmanager/src/tm_workspace.c