Fix renaming of variables with anonymous type
commitef2265c451b93e0990e151c6e7764841f16e2bc9
authorJiří Techet <techet@gmail.com>
Fri, 6 May 2022 22:32:28 +0000 (7 00:32 +0200)
committerJiří Techet <techet@gmail.com>
Fri, 6 May 2022 22:32:28 +0000 (7 00:32 +0200)
treeca908c0bba86ea1729ef694d76b8e20fa09081dd
parentdf27d1b226bd7261be5482b06d3a69123ff0c514
Fix renaming of variables with anonymous type

It is possible to define variables such as

struct {/* someting */} a, b;

In this case, we need to change the 'var_type' to correspond to the
renamed anonymous struct.
src/tagmanager/tm_ctags.c