You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow up PR from #692 that moves all command line options into the
_3COptions structure, moves all of 3C's command line options into the same
category so that all options are shown by -help (fixes#393), and reformats some
of the code around creating command line options.
It also removes the the option -enable-itypeprop which was not referenced
anywhere in the code.
This issue was copied from checkedc/checkedc-clang#736
In this PR, we want to verify unchecked function against their bounds-safe interface. The changes are:
Note: The changes are not specific to Seahorn, any LLVM-based software verifier that uses the SV-COMP convention can be used as a backend.
See also #735
The text was updated successfully, but these errors were encountered: