Commit Graph

6 Commits

Author SHA1 Message Date
Matthias Güdemann d430ddc887 Replace copyright notice with author entry 2018-03-09 16:02:09 +01:00
Nathan Phillips 7de4858dc0 Added copyright notice to fix linting error 2017-11-03 16:42:01 +00:00
Nathan Phillips 476270b5ab catch by const ref instead of by value or non-const ref
This PR makes the update universally for std::string (where the contents of the whole string will be copied) and bad_alloc (where memory is already short).
These two are particularly prevalent.
2017-11-03 16:41:44 +00:00
Robert (Jamie) Munro d09904ea46 first pass cpplint fixes in unit 2017-04-10 17:14:17 +01:00
Robert (Jamie) Munro d53dbf9560 Remove trailing whitespace from all lines 2016-11-29 09:58:36 +00:00
kroening dc7c4e3b9b Moved unit tests to separate directory
git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@6332 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
2016-02-16 13:00:54 +00:00