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

Fixed #264: Wrap BinaryOperators in their according parentheses. #267

Merged
merged 1 commit into from
Oct 27, 2019

Conversation

andreasfertig
Copy link
Owner

This goes not only for BinaryOperatorsin fold expressions. All
expressions with a BinaryOperator are now wrapped.

While processing #264 there was another error with the TypePrinter
regarding the lambdas auto parameter which is fixed by this patch
as well.

This goes not only for `BinaryOperators`in fold expressions. All
expressions with a `BinaryOperator` are now wrapped.

While processing #264 there was another error with the `TypePrinter`
regarding the lambdas `auto` parameter which is fixed by this patch
as well.
@codecov
Copy link

codecov bot commented Oct 27, 2019

Codecov Report

Merging #267 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #267      +/-   ##
==========================================
+ Coverage   96.37%   96.39%   +0.01%     
==========================================
  Files          23       23              
  Lines        2569     2577       +8     
==========================================
+ Hits         2476     2484       +8     
  Misses         93       93
Impacted Files Coverage Δ
InsightsHelpers.cpp 98.64% <100%> (+0.02%) ⬆️
CodeGenerator.cpp 97% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update afb2d45...bb123e0. Read the comment docs.

@andreasfertig andreasfertig merged commit 8733215 into master Oct 27, 2019
@andreasfertig andreasfertig deleted the fixIssue264 branch October 27, 2019 14:33
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.

1 participant