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
CBMC: Add a link to list of undefined behaviors caught by CBMC
This commit adds a link to the list of undefined behaviors caught
by CBMC to the CBMC README.
Unfortunately, the HTML page targetted by the link is not rendered,
limiting its usefulness. The CBMC team is aware, and we can update
the link once there is a rendered version.
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
Copy file name to clipboardExpand all lines: proofs/cbmc/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,3 +62,5 @@ tests cbmc --help
62
62
## What is covered?
63
63
64
64
Each proved function has an eponymous sub-directory of its own. Use [list_proofs.sh](list_proofs.sh) to see the list of functions covered.
65
+
66
+
The classes of undefined behavior covered by CBMC are documented [here](https://github.com/diffblue/cbmc/blob/develop/doc/C/c11-undefined-behavior.html).
0 commit comments