Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++,C: record consteval, constinit, thread_local, and __thread to properties: field #3602

Merged
merged 5 commits into from
Dec 18, 2022

Conversation

masatake
Copy link
Member

Close #3539.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Close universal-ctags#3539.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
…he keyword as a part of typeref

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
The parser records it to "properties:" field as "thread_local" property.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@codecov
Copy link

codecov bot commented Dec 18, 2022

Codecov Report

Base: 82.82% // Head: 82.83% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (caf1bd5) compared to base (b2588fe).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3602   +/-   ##
=======================================
  Coverage   82.82%   82.83%           
=======================================
  Files         223      223           
  Lines       54190    54212   +22     
=======================================
+ Hits        44885    44907   +22     
  Misses       9305     9305           
Impacted Files Coverage Δ
parsers/cxx/cxx_keyword.c 100.00% <ø> (ø)
parsers/cxx/cxx_parser_block.c 86.43% <100.00%> (+0.41%) ⬆️
parsers/cxx/cxx_parser_function.c 93.08% <100.00%> (+0.01%) ⬆️
parsers/cxx/cxx_parser_variable.c 91.57% <100.00%> (+0.09%) ⬆️
parsers/cxx/cxx_tag.c 90.14% <100.00%> (+0.22%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@masatake masatake merged commit bec7905 into universal-ctags:master Dec 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++: Output information on constexpr and consteval functions
1 participant