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 Issue #41: Segfault with generic lambda. #43

Merged
merged 1 commit into from
Jul 14, 2018
Merged

Conversation

andreasfertig
Copy link
Owner

The problem was a nullptr in the CXXOperatorCallExpr.

The problem was a nullptr in the CXXOperatorCallExpr.
@codecov
Copy link

codecov bot commented Jul 14, 2018

Codecov Report

Merging #43 into master will decrease coverage by 0.23%.
The diff coverage is 44.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   95.49%   95.26%   -0.24%     
==========================================
  Files          32       32              
  Lines        1933     1941       +8     
==========================================
+ Hits         1846     1849       +3     
- Misses         87       92       +5
Impacted Files Coverage Δ
CodeGeneratorTypes.h 98.75% <0%> (-1.25%) ⬇️
CodeGenerator.cpp 96.26% <50%> (-0.33%) ⬇️

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 c6adec6...85a0c03. Read the comment docs.

@andreasfertig andreasfertig merged commit e74fd6d into master Jul 14, 2018
@andreasfertig andreasfertig deleted the fixIssue41 branch July 14, 2018 12:50
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