Skip to content

Remove __CPROVER_malloc_size #6086

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

Conversation

tautschnig
Copy link
Collaborator

Its use was deprecated since 2021-05-06.

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

@codecov
Copy link

codecov bot commented May 9, 2021

Codecov Report

Merging #6086 (9501bed) into develop (bfa4c2c) will decrease coverage by 0.04%.
The diff coverage is 64.96%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #6086      +/-   ##
===========================================
- Coverage    76.01%   75.96%   -0.05%     
===========================================
  Files         1527     1542      +15     
  Lines       164465   165005     +540     
===========================================
+ Hits        125013   125350     +337     
- Misses       39452    39655     +203     
Impacted Files Coverage Δ
src/ansi-c/ansi_c_internal_additions.cpp 90.36% <ø> (ø)
src/cpp/cpp_internal_additions.cpp 90.09% <ø> (-0.10%) ⬇️
src/crangler/ctokenit.cpp 0.00% <0.00%> (ø)
src/crangler/ctokenit.h 0.00% <0.00%> (ø)
src/goto-programs/validate_goto_model.cpp 100.00% <ø> (ø)
src/goto-symex/frame.h 100.00% <ø> (ø)
src/goto-symex/goto_symex.h 92.30% <ø> (ø)
src/linking/remove_internal_symbols.cpp 100.00% <ø> (ø)
src/util/pointer_predicates.cpp 89.23% <ø> (+17.62%) ⬆️
src/util/pointer_predicates.h 60.00% <ø> (ø)
... and 26 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 43c04ab...9501bed. Read the comment docs.

@tautschnig tautschnig changed the title Remove __CPROVER_malloc_size [do not merge before 2021-11-06] Remove __CPROVER_malloc_size Nov 17, 2021
@tautschnig tautschnig marked this pull request as ready for review November 17, 2021 14:26
@tautschnig tautschnig assigned kroening and unassigned tautschnig Nov 17, 2021
Its use was deprecated since 2021-05-06.
@tautschnig tautschnig assigned tautschnig and unassigned kroening Nov 17, 2021
@tautschnig tautschnig merged commit eddc014 into diffblue:develop Nov 17, 2021
@tautschnig tautschnig deleted the remove-malloc_size branch November 17, 2021 21:42
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.

2 participants