ctags icon indicating copy to clipboard operation
ctags copied to clipboard

Cxx: extract section information from __attribute__((section("SECTION")))

Open masatake opened this issue 3 years ago • 1 comments

TODO

  • [ ] adds statements for debug printing
  • [ ] man pages for C/C++/CUDA, versioning
  • [ ] man pages for LD scripts
  • [ ] NEWS?

masatake avatar Jan 01 '23 20:01 masatake

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (2c193d5) 85.25% compared to head (5c812c0) 85.33%.

Files Patch % Lines
parsers/cxx/cxx_side_chain.c 93.49% 8 Missing :warning:
parsers/cxx/cxx_token.c 60.00% 2 Missing :warning:
parsers/cxx/cxx_parser_tokenizer.c 94.11% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3614      +/-   ##
==========================================
+ Coverage   85.25%   85.33%   +0.07%     
==========================================
  Files         230      231       +1     
  Lines       55502    55728     +226     
==========================================
+ Hits        47320    47553     +233     
+ Misses       8182     8175       -7     

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

codecov[bot] avatar Jan 02 '23 23:01 codecov[bot]