Determine anonymous tags based on name only when necessary
commitea660f8b1fab4c0da5a399db79487e56b59dc7da
authorJiří Techet <techet@gmail.com>
Sat, 11 Dec 2021 16:00:18 +0000 (11 17:00 +0100)
committerJiří Techet <techet@gmail.com>
Mon, 10 Jan 2022 21:37:44 +0000 (10 22:37 +0100)
tree55d3f20cc186a7fe3ae8d6df027ff5e9e76c3f20
parentb4afb8e75bda1a648020bdea731316bf0d162b20
Determine anonymous tags based on name only when necessary

At this point all built in parsers should report anonymous tags correctly
so for them we don't need to determine anonymous tags based on tag name.
Since tag files might be generated without this information, we still
have to determine anonymous tags based on name for them.
src/tagmanager/tm_ctags.c
src/tagmanager/tm_parser.c
src/tagmanager/tm_parser.h
src/tagmanager/tm_source_file.c
src/tagmanager/tm_tag.c