Skip to content

Fixed typos #6481

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
Nov 28, 2021
Merged

Fixed typos #6481

merged 1 commit into from
Nov 28, 2021

Conversation

jimgrundy
Copy link
Collaborator

  • 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.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@jimgrundy jimgrundy requested a review from tautschnig November 26, 2021 22:21
@jimgrundy jimgrundy added the aws Bugs or features of importance to AWS CBMC users label Nov 26, 2021
@codecov
Copy link

codecov bot commented Nov 26, 2021

Codecov Report

Merging #6481 (f5789d0) into develop (eeb1372) will increase coverage by 0.02%.
The diff coverage is 91.12%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #6481      +/-   ##
===========================================
+ Coverage    76.01%   76.04%   +0.02%     
===========================================
  Files         1546     1546              
  Lines       165394   165485      +91     
===========================================
+ Hits        125723   125836     +113     
+ Misses       39671    39649      -22     
Impacted Files Coverage Δ
...solvers/smt2_incremental/smt_response_validation.h 100.00% <ø> (ø)
src/solvers/smt2_incremental/smt_solver_process.h 100.00% <ø> (+33.33%) ⬆️
...rc/solvers/smt2_incremental/smt_solver_process.cpp 74.07% <50.00%> (+49.07%) ⬆️
...ncremental/smt2_incremental_decision_procedure.cpp 96.15% <95.29%> (+0.15%) ⬆️
...ncremental/smt2_incremental_decision_procedure.cpp 89.68% <96.29%> (+11.25%) ⬆️
src/goto-checker/solver_factory.cpp 77.88% <0.00%> (+1.38%) ⬆️
src/goto-symex/ssa_step.cpp 81.37% <0.00%> (+2.06%) ⬆️
src/util/piped_process.cpp 80.76% <0.00%> (+3.84%) ⬆️
... and 2 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 8a720e0...f5789d0. Read the comment docs.

@kroening kroening merged commit 0d62ff5 into diffblue:develop Nov 28, 2021
@jimgrundy jimgrundy deleted the fix_invalid_pointer_typo branch November 29, 2021 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws Bugs or features of importance to AWS CBMC users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants