andreasfertig / cppinsights

C++ Insights - See your source code with the eyes of a compiler
https://cppinsights.io
MIT License
4.04k stars 238 forks source link

Added support for vtable visualization in Cfront mode. #658

Closed andreasfertig closed 1 month ago

andreasfertig commented 1 month ago

Unsupported for now is virtual inheritance as well as how a dynamic_cast translates.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 98.93617% with 3 lines in your changes missing coverage. Please review.

Project coverage is 97.94%. Comparing base (f170064) to head (103d803).

Files Patch % Lines
CfrontCodeGenerator.cpp 98.55% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #658 +/- ## ========================================== + Coverage 97.88% 97.94% +0.06% ========================================== Files 20 20 Lines 6278 6518 +240 ========================================== + Hits 6145 6384 +239 - Misses 133 134 +1 ``` | [Flag](https://app.codecov.io/gh/andreasfertig/cppinsights/pull/658/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Fertig) | Coverage Δ | | |---|---|---| | [insights-macos](https://app.codecov.io/gh/andreasfertig/cppinsights/pull/658/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Fertig) | `97.30% <98.85%> (+0.09%)` | :arrow_up: | | [insights-ubuntu-amd64-libcxx-No](https://app.codecov.io/gh/andreasfertig/cppinsights/pull/658/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Fertig) | `98.20% <98.37%> (+0.03%)` | :arrow_up: | | [insights-ubuntu-amd64-libcxx-Yes](https://app.codecov.io/gh/andreasfertig/cppinsights/pull/658/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Fertig) | `98.26% <98.37%> (+0.03%)` | :arrow_up: | | [insights-ubuntu-arm64-libcxx-No](https://app.codecov.io/gh/andreasfertig/cppinsights/pull/658/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Fertig) | `98.16% <98.37%> (+0.03%)` | :arrow_up: | | [insights-ubuntu-arm64-libcxx-Yes](https://app.codecov.io/gh/andreasfertig/cppinsights/pull/658/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Fertig) | `98.22% <98.37%> (+0.03%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Fertig#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.