Skip to content
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

Annotate loop unwinding bounds via pragma #8431

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Aug 29, 2024

  1. Annotate loop unwinding bounds via pragma

    Enable users to specify loop unwinding information directly in source
    code via `#pragma CPROVER unwind N` with some number `N`. This should be
    less susceptible to code changes than unwindsets that use loop numbers:
    those loop numbers may change when code outside the named loop is
    modified, e.g., when adding or removing other loops.
    tautschnig committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ae74413 View commit details
    Browse the repository at this point in the history