Enable local tag generation for C/C++
commitd5cc1d05fb82218d01f1d61a9329c09a43cf0d77
authorJiří Techet <techet@gmail.com>
Sun, 17 Apr 2022 20:46:15 +0000 (17 22:46 +0200)
committerJiří Techet <techet@gmail.com>
Sat, 27 Aug 2022 21:57:50 +0000 (27 23:57 +0200)
treea19f1a36e93e0c8ccdd230123a15a04165d0c49b
parent8ff56a5c779ffcccef0ceb0b412be62f606c76e1
Enable local tag generation for C/C++

Enable generating these tags both for local variables and function
parameters - those are more or less identical for what we will be using
local tags for so they can be mapped to the same type.

Local tags aren't interesting for tag files so filter them out when
generating these (but this also means that we cannot create unit tests
for them).
src/symbols.c
src/tagmanager/tm_parser.c
src/tagmanager/tm_workspace.c