Adding a new class LastExceptionBuffer for the purpose of owning the memory for the...
authorTim King <taking@google.com>
Tue, 5 Jan 2016 19:36:30 +0000 (11:36 -0800)
committerTim King <taking@google.com>
Tue, 5 Jan 2016 19:36:30 +0000 (11:36 -0800)
commitb717513e2a1d956c4456d13e0625957fc84c2449
tree50b8a1fbd720fd5094004bde02de0ca61780df30
parent541c88a37f0880d7ea42a1aaa3a8688fc86ac811
Adding a new class LastExceptionBuffer for the purpose of owning the memory for the last exception C string. This replaces s_debugLastException.
src/base/cvc4_assert.cpp
src/base/cvc4_assert.h
src/base/exception.cpp
src/base/exception.h
src/expr/node.cpp
src/main/util.cpp