Skip to content

Rewrite use of *_nonconst() #6421

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

Merged
merged 1 commit into from
Oct 10, 2022
Merged

Conversation

tautschnig
Copy link
Collaborator

@tautschnig tautschnig commented Oct 29, 2021

Construct instructions with the intended value right away rather than fixing them up afterwards.

Requires #6420 to be merged first.

  • 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.
  • n/a 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).
  • n/a 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.

@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Base: 77.89% // Head: 77.92% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (bdc007a) compared to base (ef481c4).
Patch coverage: 74.88% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #6421      +/-   ##
===========================================
+ Coverage    77.89%   77.92%   +0.03%     
===========================================
  Files         1616     1616              
  Lines       186793   186762      -31     
===========================================
+ Hits        145498   145531      +33     
+ Misses       41295    41231      -64     
Impacted Files Coverage Δ
src/analyses/interval_analysis.cpp 0.00% <0.00%> (ø)
src/goto-instrument/race_check.cpp 0.00% <0.00%> (ø)
.../goto-instrument/synthesizer/synthesizer_utils.cpp 92.85% <ø> (-0.17%) ⬇️
src/goto-instrument/thread_instrumentation.cpp 0.00% <0.00%> (ø)
src/goto-instrument/undefined_functions.cpp 0.00% <0.00%> (ø)
src/goto-programs/string_instrumentation.cpp 25.11% <0.00%> (ø)
src/goto-instrument/accelerate/scratch_program.cpp 50.00% <33.33%> (-0.52%) ⬇️
src/goto-programs/builtin_functions.cpp 58.52% <78.72%> (+0.16%) ⬆️
src/ansi-c/goto_check_c.cpp 91.54% <80.95%> (-0.19%) ⬇️
src/goto-programs/string_abstraction.cpp 92.22% <97.56%> (-0.26%) ⬇️
... and 39 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tautschnig tautschnig self-assigned this Nov 3, 2021
Construct instructions with the intended value right away rather than
fixing them up afterwards.
@feliperodri feliperodri removed their assignment Oct 9, 2022
@peterschrammel peterschrammel removed their assignment Oct 9, 2022
@tautschnig tautschnig merged commit 1c9f24e into diffblue:develop Oct 10, 2022
@tautschnig tautschnig deleted the cleanup-nonconst branch October 10, 2022 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants