Clean up messy tm_workspace_create_global_tags()
commitb72b8596346c5dcecb4ecb55d12311b2405a470f
authorJiří Techet <techet@gmail.com>
Fri, 11 Mar 2016 11:13:12 +0000 (11 12:13 +0100)
committerJiří Techet <techet@gmail.com>
Mon, 21 Mar 2016 17:28:36 +0000 (21 18:28 +0100)
tree485563c87c28dbba030636a97b9c547d16cc6747
parent1c4aaa0eb72aa9e3c60cd604d4c20ca5f7dc5c8f
Clean up messy tm_workspace_create_global_tags()

At the same time ignore tags of the type tm_tag_undef_t when parsing -
we cannot query them anyway and this eliminates the need to call

tm_tags_extract(source_file->tags_array, tm_tag_max_t);

when creating tags file.
tagmanager/src/tm_source_file.c
tagmanager/src/tm_workspace.c