model-checking / cbmc-viewer

CBMC Viewer scans the output of CBMC and produces a browsable summary of its findings, making it easy to root cause the issues it finds.
https://model-checking.github.io/cbmc-viewer/
Apache License 2.0
32 stars 11 forks source link

Extend CBMC Viewer to work with RBMC #31

Closed markrtuttle closed 3 years ago

markrtuttle commented 3 years ago

This pull request make three small changes required for viewer to work on the output of rbmc in addition to cbmc.

markrtuttle commented 3 years ago

Closed in favor of #33

markrtuttle commented 3 years ago

The comparison scripts included in this pull request that generated the bulk of the discussion will be addressed in a separate pull request.