about summary refs log tree commit diff homepage
path: root/unittests/Ref/RefTest.cpp
AgeCommit message (Expand)Author
2020-04-30Removed include/klee/util and moved header files to appropriate placesCristian Cadar
2020-04-30Removed the Internal directory from include/kleeCristian Cadar
2020-02-19Add move assignment operator and move construct for `ref` class.Martin Nowack
2020-02-19Add `ReferenceCounter` struct utilized by ref<>Martin Nowack
2020-02-19Fix ptr reference invalidation if last reference gets freed before new refere...Martin Nowack
2016-02-23Added missing copyright headers per klee/issue #301Marko Dimjašević
2012-04-07Patch by Seungbeom that fixes a memory management issue with Refs, andCristian Cadar