Skip to content

Conversation

tautschnig
Copy link
Collaborator

This was useful in the past, but with C++-11 we can use a ranged-for to
avoid the iterator altogether.

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

This was useful in the past, but with C++-11 we can use a ranged-for to
avoid the iterator altogether.
@codecov
Copy link

codecov bot commented Jan 19, 2021

Codecov Report

Merging #5770 (571c265) into develop (cb9f69a) will decrease coverage by 37.46%.
The diff coverage is 35.29%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #5770       +/-   ##
============================================
- Coverage    69.67%   32.21%   -37.47%     
============================================
  Files         1246      988      -258     
  Lines       100856    83817    -17039     
============================================
- Hits         70276    26998    -43278     
- Misses       30580    56819    +26239     
Flag Coverage Δ
cproversmt2 ?
regression ?
unit 32.21% <35.29%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/solvers/bdd/miniBDD/miniBDD.cpp 57.26% <35.29%> (+0.05%) ⬆️
src/cpp/cpp_id.h 0.00% <0.00%> (-100.00%) ⬇️
src/cpp/cpp_scope.h 0.00% <0.00%> (-100.00%) ⬇️
src/cpp/cpp_token.h 0.00% <0.00%> (-100.00%) ⬇️
src/cpp/cpp_name.cpp 0.00% <0.00%> (-100.00%) ⬇️
src/cpp/cpp_util.cpp 0.00% <0.00%> (-100.00%) ⬇️
src/util/identifier.h 0.00% <0.00%> (-100.00%) ⬇️
src/xmllang/graphml.h 0.00% <0.00%> (-100.00%) ⬇️
src/cpp/cpp_is_pod.cpp 0.00% <0.00%> (-100.00%) ⬇️
src/cpp/template_map.h 0.00% <0.00%> (-100.00%) ⬇️
... and 950 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 cb9f69a...571c265. Read the comment docs.

@kroening kroening merged commit 806c7b4 into diffblue:develop Jan 19, 2021
@tautschnig tautschnig deleted the forall-nodes branch January 19, 2021 17:00
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