Fix member scope completion with nested members
commitc653741a3ce7ce1daf7da6cb44f3885e9ff151b5
authorJiří Techet <techet@gmail.com>
Mon, 18 Jan 2016 23:40:06 +0000 (19 00:40 +0100)
committerJiří Techet <techet@gmail.com>
Mon, 18 Jan 2016 23:40:06 +0000 (19 00:40 +0100)
treef138f98d6e469a62e16021baa4f45bc90e427b5d
parentf10747ae5ab668931706f864a12776662b294ee6
Fix member scope completion with nested members

First, the search for existing type with the given scope should be done
also for namespaces.

Second, with the string operations we get no scope as empty string ""
but the rest of TM functions expect scope to be set to NULL in such
case. Fix that.
tagmanager/src/tm_workspace.c