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: support ifdef in enum #4140

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

hirooih
Copy link
Contributor

@hirooih hirooih commented Nov 30, 2024

This is a fix to support the following coding style.

typedef enum logic {
    aaa,
    bbb
`ifdef bar
    ,ccc
`endif
} ifdef2_e;

Signed-off-by: Hiroo HAYASHI <[email protected]>
@hirooih hirooih self-assigned this Nov 30, 2024
Copy link

codecov bot commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.89%. Comparing base (45735bd) to head (c407c42).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4140   +/-   ##
=======================================
  Coverage   85.89%   85.89%           
=======================================
  Files         239      239           
  Lines       58695    58696    +1     
=======================================
+ Hits        50416    50417    +1     
  Misses       8279     8279           

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

@hirooih hirooih merged commit fc4c43a into universal-ctags:master Nov 30, 2024
64 of 70 checks passed
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