Skip to content

goto-symex now handles function pointers #6463

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

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

kroening
Copy link
Member

  • 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.
  • 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 Nov 17, 2021

Codecov Report

Merging #6463 (be6dd84) into develop (381b34d) will decrease coverage by 1.89%.
The diff coverage is 44.44%.

❗ Current head be6dd84 differs from pull request most recent head 9ea5ced. Consider uploading reports for the commit 9ea5ced to get more accurate results

@@             Coverage Diff             @@
##           develop    #6463      +/-   ##
===========================================
- Coverage    77.85%   75.95%   -1.90%     
===========================================
  Files         1574     1542      -32     
  Lines       181245   165029   -16216     
===========================================
- Hits        141109   125353   -15756     
+ Misses       40136    39676     -460     
Impacted Files Coverage Δ
src/goto-symex/goto_symex.h 92.30% <ø> (+5.64%) ⬆️
src/goto-symex/symex_function_call.cpp 93.13% <44.44%> (-2.48%) ⬇️
unit/unit_tests.cpp 0.00% <0.00%> (-100.00%) ⬇️
src/util/find_symbols.h 0.00% <0.00%> (-100.00%) ⬇️
src/goto-cc/linker_script_merge.h 0.00% <0.00%> (-100.00%) ⬇️
src/goto-instrument/document_properties.cpp 0.00% <0.00%> (-89.35%) ⬇️
src/goto-instrument/uninitialized.cpp 0.00% <0.00%> (-87.76%) ⬇️
src/analyses/uninitialized_domain.cpp 0.00% <0.00%> (-81.09%) ⬇️
src/goto-cc/linker_script_merge.cpp 0.00% <0.00%> (-79.23%) ⬇️
src/goto-instrument/horn_encoding.cpp 0.00% <0.00%> (-73.25%) ⬇️
... and 1269 more

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

@kroening kroening force-pushed the symex_function_call_dereference branch from be6dd84 to 9034f5c Compare November 18, 2021 10:55
@kroening kroening force-pushed the symex_function_call_dereference branch 2 times, most recently from 0b2310e to 09bca66 Compare January 19, 2022 14:14
@kroening kroening force-pushed the symex_function_call_dereference branch from 09bca66 to 2b0898b Compare January 29, 2022 21:26
@kroening kroening force-pushed the symex_function_call_dereference branch from 2b0898b to 3e56e23 Compare February 20, 2022 21:38
@kroening kroening force-pushed the symex_function_call_dereference branch from 3e56e23 to 63e38e3 Compare March 26, 2022 15:02
@kroening kroening force-pushed the symex_function_call_dereference branch from 63e38e3 to 953292b Compare April 25, 2022 14:05
@kroening kroening force-pushed the symex_function_call_dereference branch from 953292b to 505a74c Compare May 24, 2022 08:22
@kroening kroening force-pushed the symex_function_call_dereference branch from 505a74c to 9ea5ced Compare September 2, 2022 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant