-
Notifications
You must be signed in to change notification settings - Fork 277
CONTRACTS: check function for loop normal form #7627
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
CONTRACTS: check function for loop normal form #7627
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #7627 +/- ##
========================================
Coverage 78.51% 78.51%
========================================
Files 1674 1674
Lines 191935 191935
========================================
Hits 150704 150704
Misses 41231 41231 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
afa27bc
to
2b95dd3
Compare
src/goto-instrument/contracts/dynamic-frames/dfcc_check_loop_normal_form.cpp
Show resolved
Hide resolved
src/goto-instrument/contracts/dynamic-frames/dfcc_check_loop_normal_form.cpp
Outdated
Show resolved
Hide resolved
2b95dd3
to
1541c6e
Compare
ba3549e
to
db16ee9
Compare
db16ee9
to
2094d7b
Compare
ac34ad6
to
0e119d1
Compare
src/goto-instrument/contracts/dynamic-frames/dfcc_check_loop_normal_form.h
Show resolved
Hide resolved
src/goto-instrument/contracts/dynamic-frames/dfcc_check_loop_normal_form.h
Outdated
Show resolved
Hide resolved
src/goto-instrument/contracts/dynamic-frames/dfcc_check_loop_normal_form.h
Outdated
Show resolved
Hide resolved
src/goto-instrument/contracts/dynamic-frames/dfcc_check_loop_normal_form.cpp
Outdated
Show resolved
Hide resolved
1cbf7a6
to
07d48a4
Compare
…ing loop contracts
07d48a4
to
c575fbf
Compare
@tautschnig @peterschrammel if you have the time, could you review this PR? |
Co-authored with @qinheping
Will be used to check that loops have a form that allows to apply function contract instrumentation.
Extracted from #7541, can only be tested once all features are in place.