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 #454: Added missing support for noexcept transformation. #460

Merged
merged 1 commit into from
May 1, 2022

Conversation

andreasfertig
Copy link
Owner

The first implementation left member functions untransformed. This patch
adds support for them.

The first implementation left member functions untransformed. This patch
adds support for them.
@codecov
Copy link

codecov bot commented May 1, 2022

Codecov Report

Merging #460 (07fc07e) into main (c1be4f8) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #460   +/-   ##
=======================================
  Coverage   98.64%   98.64%           
=======================================
  Files          23       23           
  Lines        3179     3179           
=======================================
  Hits         3136     3136           
  Misses         43       43           
Flag Coverage Δ
insights-windows ∅ <ø> (∅)
ubuntu 98.01% <100.00%> (ø)
ubuntu-libcxx 98.11% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
CodeGenerator.h 100.00% <ø> (ø)
CodeGenerator.cpp 99.10% <100.00%> (ø)

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 c1be4f8...07fc07e. Read the comment docs.

@andreasfertig andreasfertig merged commit da5727c into main May 1, 2022
@andreasfertig andreasfertig deleted the fixIssue454 branch May 1, 2022 17:22
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