Skip to content

remove deprecated goto_instructiont::get_function_call #6391

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 18, 2021

Conversation

kroening
Copy link
Member

The method is deprecated; the commit includes some refactoring to enable the
removal of the final set of users.

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

The method is deprecated; the commit includes some refactoring to enable the
removal of the final set of users.
@codecov
Copy link

codecov bot commented Oct 12, 2021

Codecov Report

Merging #6391 (a375eff) into develop (ea13baf) will increase coverage by 0.00%.
The diff coverage is 89.57%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #6391   +/-   ##
========================================
  Coverage    75.97%   75.97%           
========================================
  Files         1523     1523           
  Lines       164194   164191    -3     
========================================
- Hits        124750   124749    -1     
+ Misses       39444    39442    -2     
Impacted Files Coverage Δ
src/goto-instrument/contracts/contracts.h 100.00% <ø> (ø)
src/goto-instrument/dot.cpp 0.00% <0.00%> (ø)
src/goto-programs/goto_program.h 90.49% <ø> (+0.43%) ⬆️
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-symex/symex_main.cpp 86.00% <60.00%> (+0.03%) ⬆️
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/taint_analysis.cpp 78.21% <75.00%> (-0.22%) ⬇️
src/goto-analyzer/static_simplifier.cpp 87.34% <83.33%> (+0.16%) ⬆️
... and 22 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 39685c7...a375eff. Read the comment docs.

@kroening kroening merged commit 038a53b into develop Oct 18, 2021
@kroening kroening deleted the get_function_call branch October 18, 2021 20:16
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