Strip more things from variable type
commit2cf2e87bda17de13fea495b965816b9c19aec920
authorJiří Techet <techet@gmail.com>
Tue, 19 Apr 2022 17:17:57 +0000 (19 19:17 +0200)
committerThomas Martitz <thomas.martitz@mailbox.org>
Sat, 27 Aug 2022 22:44:50 +0000 (28 00:44 +0200)
tree700179f8ddaade1ddec0fb1fdc3a1e5bf0844230
parent13bdb37cf7496a27b0b77c9893839c0fc3aba186
Strip more things from variable type

We are interested in pure type name and ctags returns types including
pointers, references, arrays, template parameters and keywords such as
"const" or "struct". Strip all those.

Also move strip_type() above so it's usable by other functions.
src/tagmanager/tm_workspace.c