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

goto-analyzer: --show-local-bitvector #8546

Merged
merged 1 commit into from
Jan 3, 2025
Merged

Conversation

kroening
Copy link
Member

This adds --show-local-bitvector as a task to goto-analyzer.

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

Copy link

codecov bot commented Dec 26, 2024

Codecov Report

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

Project coverage is 78.34%. Comparing base (f9a7807) to head (1e50663).
Report is 27 commits behind head on develop.

Files with missing lines Patch % Lines
src/goto-analyzer/goto_analyzer_parse_options.cpp 81.25% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8546      +/-   ##
===========================================
- Coverage    78.38%   78.34%   -0.04%     
===========================================
  Files         1729     1729              
  Lines       200151   200307     +156     
  Branches     18244    18247       +3     
===========================================
+ Hits        156883   156934      +51     
- Misses       43268    43373     +105     

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

@kroening kroening force-pushed the show-local-bitvector branch from 32bab35 to 0e2321a Compare December 26, 2024 12:18
This adds --show-local-bitvector as a task to goto-analyzer.
@kroening
Copy link
Member Author

It's debatable whether we should give this analysis a different name. E.g., "pointer flags", or the like.

@peterschrammel peterschrammel removed their assignment Jan 2, 2025
@tautschnig
Copy link
Collaborator

It's debatable whether we should give this analysis a different name. E.g., "pointer flags", or the like.

Possibly, but that seems unrelated in that we'd want to rename not only this newly added command-line option.

@tautschnig tautschnig merged commit 7b45085 into develop Jan 3, 2025
38 of 41 checks passed
@tautschnig tautschnig deleted the show-local-bitvector branch January 3, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants