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

[CONTRACTS] Support alias of member pointers in loop assigns inference #8486

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

qinheping
Copy link
Collaborator

  • Each commit message has a non-empty body, explaining why the change was made.
  • 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.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

Attention: Patch coverage is 52.38095% with 20 lines in your changes missing coverage. Please review.

Project coverage is 78.87%. Comparing base (f2a7665) to head (98c2968).

Files with missing lines Patch % Lines
src/goto-instrument/loop_utils.cpp 52.38% 20 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8486      +/-   ##
===========================================
- Coverage    78.88%   78.87%   -0.01%     
===========================================
  Files         1727     1727              
  Lines       198333   198369      +36     
  Branches     18475    18479       +4     
===========================================
+ Hits        156453   156468      +15     
- Misses       41880    41901      +21     

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

src/goto-instrument/loop_utils.cpp Outdated Show resolved Hide resolved
src/goto-instrument/loop_utils.cpp Outdated Show resolved Hide resolved
src/goto-instrument/loop_utils.cpp Outdated Show resolved Hide resolved
@qinheping qinheping merged commit 20a1ecf into diffblue:develop Oct 28, 2024
38 checks passed
@qinheping qinheping deleted the infer_def_member branch October 28, 2024 22:37
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.

2 participants