Go to file
thk123 56aea470fd Commented out some false positive tests (#457)
These were causing a bunch of false positives that were making it hard
to find real errors. Until there is time to fix them, just disable them.

Issues associated area:
https://github.com/diffblue/cbmc-testgen/issues/76
  Multi-line template types are complaining about spaces around <

https://github.com/diffblue/cbmc-testgen/issues/75
  Open parentheses inside strings were reporting errors about
  parameters being spread across multiple lines

https://github.com/diffblue/cbmc-testgen/issues/49
  Errors related to final bracket needs to be on the same line as the final
  are being wrongly reported.
2017-01-20 21:57:16 +00:00
.githooks Remove explicit "python" as cpplint.py is executable 2017-01-18 06:49:44 -08:00
doc Normalise newlines at ends of files 2016-11-29 09:59:31 +00:00
regression Merge pull request #453 from tautschnig/combine-goto-instrument-regr 2017-01-20 14:54:55 +00:00
scripts Commented out some false positive tests (#457) 2017-01-20 21:57:16 +00:00
src Merge pull request #55 from tautschnig/model-argc-argv 2017-01-20 14:51:05 +00:00
unit goto instrument loop unwinding with strategies 2016-12-02 12:07:24 +00:00
.editorconfig Don't remove trailing spaces from patch files 2016-11-29 17:26:59 +00:00
.gitattributes added test.desc as text 2016-08-15 12:35:10 +01:00
.gitignore Ignore any files generated by the regression script 2017-01-13 12:36:53 +00:00
.travis.yml also don't build memory-models.dir and clobber.dir 2017-01-17 14:21:46 +00:00
CHANGELOG added floating-point overflow checks 2014-01-28 14:51:27 +00:00
CODING_STANDARD Merge pull request #415 from thk123/feature/lint-check-multi-line-function-call 2017-01-11 18:30:14 +00:00
COMPILING Adding script to give code coverage for regression tests. 2017-01-11 11:30:35 +00:00
LICENSE update year 2016-09-05 17:05:55 +01:00
README.md fixed travis links in README.md 2016-03-20 23:27:33 +00:00

README.md

Build Status

CProver Wiki

About

CBMC is a Bounded Model Checker for C and C++ programs. It supports C89, C99, most of C11 and most compiler extensions provided by gcc and Visual Studio. It also supports SystemC using Scoot. It allows verifying array bounds (buffer overflows), pointer safety, exceptions and user-specified assertions. Furthermore, it can check C and C++ for consistency with other languages, such as Verilog. The verification is performed by unwinding the loops in the program and passing the resulting equation to a decision procedure.

For full information see cprover.org.

License

4-clause BSD license, see LICENSE file.