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-based: put markers to signature #3804

Merged

Conversation

masatake
Copy link
Member

C-based: put literal markers (' and ") to signatures

If a default-string literal or a default-char literal is included in a signature, the marker of the literal should be recorded as part of the signature.

The original code didn't record the markers.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
If a default-string literal or a default-char literal is included in a
signature, the marker of the literal should be recorded as part of
the signature.

The original code didn't record the markers.

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

codecov bot commented Aug 19, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +2.03% 🎉

Comparison is base (2f26191) 83.04% compared to head (42b8a0a) 85.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3804      +/-   ##
==========================================
+ Coverage   83.04%   85.07%   +2.03%     
==========================================
  Files         227      226       -1     
  Lines       55203    53851    -1352     
==========================================
- Hits        45843    45814      -29     
+ Misses       9360     8037    -1323     
Files Changed Coverage Δ
parsers/c-based.c 82.23% <100.00%> (+0.32%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@masatake masatake merged commit cea67b9 into universal-ctags:master Aug 20, 2023
39 checks passed
@masatake
Copy link
Member Author

I didn't consider vera.c. Maybe we must update it, too.

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.

2 participants