universal-ctags / ctags

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

M4,Autoconf: allow to run a subparser inside quoted area #3833

Closed masatake closed 1 year ago

masatake commented 1 year ago

input.m4:

    AC_CHECK_HEADERS([stdbool.h],
    [
        AC_DEFINE([USE_STDBOOL_H])
    ])

output.tags:

USE_STDBOOL_H   foo.m4  /^      AC_DEFINE([USE_STDBOOL_H])$/;"  kind:definition line:3  language:Autoconf   roles:def   extras:subparser    end:3
codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (549d884) 85.03% compared to head (9626677) 85.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3833 +/- ## ======================================= Coverage 85.03% 85.04% ======================================= Files 228 228 Lines 53906 53935 +29 ======================================= + Hits 45840 45869 +29 Misses 8066 8066 ``` | [Files](https://app.codecov.io/gh/universal-ctags/ctags/pull/3833?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=universal-ctags) | Coverage Δ | | |---|---|---| | [extra-cmds/utiltest.c](https://app.codecov.io/gh/universal-ctags/ctags/pull/3833?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=universal-ctags#diff-ZXh0cmEtY21kcy91dGlsdGVzdC5j) | `100.00% <100.00%> (ø)` | | | [main/numarray.c](https://app.codecov.io/gh/universal-ctags/ctags/pull/3833?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=universal-ctags#diff-bWFpbi9udW1hcnJheS5j) | `33.33% <ø> (ø)` | | | [parsers/autoconf.c](https://app.codecov.io/gh/universal-ctags/ctags/pull/3833?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=universal-ctags#diff-cGFyc2Vycy9hdXRvY29uZi5j) | `97.36% <100.00%> (+0.07%)` | :arrow_up: | | [parsers/m4.c](https://app.codecov.io/gh/universal-ctags/ctags/pull/3833?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=universal-ctags#diff-cGFyc2Vycy9tNC5j) | `94.19% <97.77%> (+0.35%)` | :arrow_up: |

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