universal-ctags / ctags

A maintained ctags implementation
https://ctags.io
GNU General Public License v2.0
6.39k stars 618 forks source link

C++: recognize definitions of variable templates #3966

Closed masatake closed 3 months ago

masatake commented 3 months ago

Close #3963 Close #3962

Test inputs are taken from https://cpprefjp.github.io/

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 88.09524% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 85.39%. Comparing base (565ed70) to head (8dd5c11).

Files Patch % Lines
parsers/cxx/cxx_parser_variable.c 89.65% 3 Missing :warning:
parsers/cxx/cxx_parser_function.c 0.00% 1 Missing :warning:
parsers/cxx/cxx_token_chain.c 91.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3966 +/- ## ======================================= Coverage 85.38% 85.39% ======================================= Files 235 235 Lines 56543 56564 +21 ======================================= + Hits 48282 48300 +18 - Misses 8261 8264 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.