Skip to content

Conversation

@kroening
Copy link
Collaborator

  • 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 no longer in use.
@kroening kroening force-pushed the symex_function_call branch 2 times, most recently from 9666dab to 5f4a4cf Compare October 21, 2021 11:32
@codecov
Copy link

codecov bot commented Oct 21, 2021

Codecov Report

Merging #6406 (3d64049) into develop (a55f5ae) will increase coverage by 0.01%.
The diff coverage is 75.05%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #6406      +/-   ##
===========================================
+ Coverage    75.97%   75.98%   +0.01%     
===========================================
  Files         1523     1523              
  Lines       164201   164284      +83     
===========================================
+ Hits        124758   124839      +81     
- Misses       39443    39445       +2     
Impacted Files Coverage Δ
src/analyses/custom_bitvector_analysis.cpp 54.77% <0.00%> (ø)
src/analyses/dependence_graph.cpp 89.26% <0.00%> (ø)
src/analyses/interval_analysis.cpp 0.00% <0.00%> (ø)
src/analyses/local_bitvector_analysis.cpp 74.70% <0.00%> (ø)
src/analyses/local_may_alias.cpp 62.96% <0.00%> (ø)
src/analyses/static_analysis.cpp 46.73% <0.00%> (ø)
src/ansi-c/expr2c_class.h 100.00% <ø> (ø)
src/cpp/cpp_typecheck_initializer.cpp 29.26% <0.00%> (ø)
src/goto-cc/linker_script_merge.cpp 0.00% <0.00%> (ø)
src/goto-diff/change_impact.cpp 0.00% <0.00%> (ø)
... and 152 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 268a0d0...3d64049. Read the comment docs.

@kroening kroening marked this pull request as ready for review October 21, 2021 12:47
Copy link
Collaborator

@tautschnig tautschnig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would appreciate if the commit "change signature of goto_symext::symex_function_call" could be merged with the change to symex_function_call_symbol: the latter has a proper commit message and merging them will avoid some unnecessary back&forth.

…on_call_symbol

This changes the signatures of symex_function_call and
symex_function_call_symbol, which can now enforce the fact that the function
to be executed is given as symbol expression using typing.
This both renames the method symex_function_call_code and changes its
signature, to better reflect the ordering of steps when executing function
calls.
@kroening kroening force-pushed the symex_function_call branch from 5f4a4cf to 3d64049 Compare October 21, 2021 13:22
@kroening
Copy link
Collaborator Author

I would appreciate if the commit "change signature of goto_symext::symex_function_call" could be merged with the change to symex_function_call_symbol: the latter has a proper commit message and merging them will avoid some unnecessary back&forth.

Done.

@kroening kroening merged commit 29ca8a9 into develop Oct 21, 2021
@kroening kroening deleted the symex_function_call branch October 21, 2021 15:02
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.

3 participants