Remove scope prefix of variable types
commit6b2e99d0670ab349ec1e6f7d4f24cece6cc33720
authorJiří Techet <techet@gmail.com>
Wed, 27 Jan 2016 00:06:56 +0000 (27 01:06 +0100)
committerJiří Techet <techet@gmail.com>
Wed, 27 Jan 2016 00:06:56 +0000 (27 01:06 +0100)
treeb213d09759c9990db91145123c5d8b1dd32e25d0
parentc653741a3ce7ce1daf7da6cb44f3885e9ff151b5
Remove scope prefix of variable types

We only perform search based on variable name so if a variable is e.g. of
the type std::Foo, we can drop the std:: prefix and search only for the
Foo type.
tagmanager/src/tm_workspace.c