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

verilog: treat a text-macro as an identifier #3722

Merged

Conversation

hirooih
Copy link
Contributor

@hirooih hirooih commented May 13, 2023

This PR lets the Verilog parser treat a text-macro as an identifier.
Note that text macros cannot be fully supported without the use of a preprocessor.

FIx for #3712

Note that text macros cannot be fully supported without the use of a preprocessor.

FIx for universal-ctags#3712

Signed-off-by: Hiroo HAYASHI <24754036+hirooih@users.noreply.github.com>
@hirooih hirooih requested a review from masatake May 13, 2023 16:25
@codecov
Copy link

codecov bot commented May 13, 2023

Codecov Report

Patch coverage: 75.00% and project coverage change: -0.01 ⚠️

Comparison is base (dbeed62) 82.98% compared to head (6d1d50e) 82.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3722      +/-   ##
==========================================
- Coverage   82.98%   82.98%   -0.01%     
==========================================
  Files         226      226              
  Lines       55003    55006       +3     
==========================================
+ Hits        45645    45647       +2     
- Misses       9358     9359       +1     
Impacted Files Coverage Δ
parsers/verilog.c 98.34% <75.00%> (-0.12%) ⬇️

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

@masatake masatake added this to the 6.1 milestone May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants