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

C: add names to gotos and labels #1871

Merged
merged 4 commits into from
Nov 29, 2024
Merged

C: add names to gotos and labels #1871

merged 4 commits into from
Nov 29, 2024

Conversation

maximiliankaul
Copy link
Contributor

@maximiliankaul maximiliankaul commented Nov 28, 2024

Fixes #1869

@maximiliankaul maximiliankaul added the cxx Related to C/C++ language parsing label Nov 28, 2024
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 76.29%. Comparing base (d2c7f28) to head (f73e0ac).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...nhofer/aisec/cpg/graph/statements/GotoStatement.kt 0.00% 5 Missing ⚠️
...nhofer/aisec/cpg/frontends/cxx/StatementHandler.kt 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
...nhofer/aisec/cpg/frontends/cxx/StatementHandler.kt 79.77% <80.00%> (+8.51%) ⬆️
...nhofer/aisec/cpg/graph/statements/GotoStatement.kt 57.14% <0.00%> (-31.75%) ⬇️

... and 9 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@KuechA KuechA merged commit 5155fff into main Nov 29, 2024
3 of 4 checks passed
@KuechA KuechA deleted the mk/fixCGoto branch November 29, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cxx Related to C/C++ language parsing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In some cases, the GotoStatement does not have a targetLabel or labelName set.
2 participants