Skip to content

remove goto_programt::set_function_call #6384

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 12, 2021
Merged

Conversation

kroening
Copy link
Member

@kroening kroening commented Oct 5, 2021

This removes the deprecated goto_programt::set_function_call method, along
with the two remaining uses.

  • 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.

This removes the deprecated goto_programt::set_function_call method, along
with the two remaining uses.
@kroening kroening marked this pull request as ready for review October 12, 2021 11:40
@codecov
Copy link

codecov bot commented Oct 12, 2021

Codecov Report

Merging #6384 (2d70e80) into develop (ea13baf) will increase coverage by 0.00%.
The diff coverage is 90.66%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #6384   +/-   ##
========================================
  Coverage    75.97%   75.97%           
========================================
  Files         1523     1523           
  Lines       164194   164191    -3     
========================================
- Hits        124750   124748    -2     
+ Misses       39444    39443    -1     
Impacted Files Coverage Δ
src/goto-instrument/contracts/contracts.h 100.00% <ø> (ø)
src/goto-programs/goto_program.h 90.27% <ø> (+0.21%) ⬆️
src/solvers/smt2_incremental/smt_responses.h 0.00% <0.00%> (ø)
...rc/solvers/smt2_incremental/smt_solver_process.cpp 25.00% <25.00%> (ø)
src/goto-checker/solver_factory.cpp 76.49% <66.66%> (ø)
src/solvers/smt2_incremental/smt_solver_process.h 66.66% <66.66%> (ø)
src/goto-analyzer/static_simplifier.cpp 87.34% <83.33%> (+0.16%) ⬆️
...ncremental/smt2_incremental_decision_procedure.cpp 78.43% <93.82%> (ø)
src/goto-instrument/contracts/contracts.cpp 95.78% <95.23%> (ø)
...ncremental/smt2_incremental_decision_procedure.cpp 96.00% <96.00%> (ø)
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a80fe1f...2d70e80. Read the comment docs.

@kroening kroening merged commit 39685c7 into develop Oct 12, 2021
@kroening kroening deleted the set_function_call branch October 12, 2021 13:48
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.

2 participants