Skip to content

Conversation

tautschnig
Copy link
Collaborator

Fall back to existing variant of bv_pointerst::offset_arithmetic rather
than duplicating a particular branch of that implementation.

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

Fall back to existing variant of bv_pointerst::offset_arithmetic rather
than duplicating a particular branch of that implementation.
@codecov
Copy link

codecov bot commented May 24, 2021

Codecov Report

Merging #6137 (6a4731b) into develop (763f6a2) will increase coverage by 0.08%.
The diff coverage is 96.87%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #6137      +/-   ##
===========================================
+ Coverage    74.90%   74.98%   +0.08%     
===========================================
  Files         1447     1447              
  Lines       158198   158212      +14     
===========================================
+ Hits        118491   118634     +143     
+ Misses       39707    39578     -129     
Impacted Files Coverage Δ
src/goto-instrument/code_contracts.h 93.75% <ø> (ø)
src/solvers/flattening/bv_pointers.cpp 81.59% <0.00%> (+0.33%) ⬆️
src/goto-instrument/code_contracts.cpp 85.45% <100.00%> (+0.10%) ⬆️
src/util/c_types.h 100.00% <100.00%> (+1.80%) ⬆️
src/ansi-c/gcc_types.cpp 41.86% <0.00%> (-46.52%) ⬇️
src/ansi-c/scanner.l 40.71% <0.00%> (-21.02%) ⬇️
src/ansi-c/literals/convert_float_literal.cpp 73.80% <0.00%> (-19.05%) ⬇️
src/ansi-c/literals/parse_float.cpp 83.65% <0.00%> (-12.50%) ⬇️
src/ansi-c/c_typecheck_code.cpp 66.26% <0.00%> (-11.66%) ⬇️
src/ansi-c/c_storage_spec.cpp 86.84% <0.00%> (-10.53%) ⬇️
... and 32 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 66d9d17...6a4731b. Read the comment docs.

@martin-cs martin-cs merged commit 78a08ce into diffblue:develop May 24, 2021
@tautschnig tautschnig deleted the offset-arithmetic branch May 24, 2021 19:38
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.

3 participants