diff options
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/DeltaAlgorithm.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Support/DeltaAlgorithm.cpp b/lib/Support/DeltaAlgorithm.cpp index f85ca30..d176548 100644 --- a/lib/Support/DeltaAlgorithm.cpp +++ b/lib/Support/DeltaAlgorithm.cpp @@ -11,6 +11,9 @@ #include <iterator> using namespace llvm; +DeltaAlgorithm::~DeltaAlgorithm() { +} + bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { if (FailedTestsCache.count(Changes)) return false; |