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

feat(parser): support for single-line ifdef/ifndef directives #899

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Dec 30, 2021

fixes #897

Signed-off-by: Xavier Coulon [email protected]

@codecov
Copy link

codecov bot commented Dec 30, 2021

Codecov Report

Merging #899 (01f22ec) into master (01cd3e6) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #899      +/-   ##
==========================================
+ Coverage   80.24%   80.28%   +0.04%     
==========================================
  Files          84       84              
  Lines        6838     6852      +14     
==========================================
+ Hits         5487     5501      +14     
  Misses        850      850              
  Partials      501      501              

@xcoulon xcoulon merged commit cb1b357 into bytesparadise:master Dec 30, 2021
@xcoulon xcoulon deleted the Issue897_singleline_conditionals branch December 30, 2021 19:57
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.

Support single-line ifdef and ifndef directives
1 participant