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 #46: Lambda's in global scope. #47

Merged
merged 1 commit into from
Jul 15, 2018
Merged

Conversation

andreasfertig
Copy link
Owner

Once again the matchers caused trouble. The global autoDecl matcher did
also catch the lambda which resulted in a mess. This fix forwards
autoDecls into CodeGenerator as well and locks it against double match.

Once again the matchers caused trouble. The global autoDecl matcher did
also catch the lambda which resulted in a mess. This fix forwards
autoDecls into CodeGenerator as well and locks it against double match.
@codecov
Copy link

codecov bot commented Jul 15, 2018

Codecov Report

Merging #47 into master will increase coverage by 0.19%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   95.26%   95.45%   +0.19%     
==========================================
  Files          32       32              
  Lines        1941     1937       -4     
==========================================
  Hits         1849     1849              
+ Misses         92       88       -4
Impacted Files Coverage Δ
FunctionDeclHandler.cpp 100% <100%> (ø) ⬆️
CompilerGeneratedHandler.cpp 100% <100%> (ø) ⬆️
AutoStmtHandler.cpp 100% <100%> (+13.79%) ⬆️

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 e74fd6d...f3c9745. Read the comment docs.

@andreasfertig andreasfertig merged commit 80260e6 into master Jul 15, 2018
@andreasfertig andreasfertig deleted the fixIssue46 branch July 15, 2018 19:16
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