DeltaAlgorithm: Add a virtual destructor and home.
llvm-svn: 90957
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
#include <iterator>
|
||||
using namespace llvm;
|
||||
|
||||
DeltaAlgorithm::~DeltaAlgorithm() {
|
||||
}
|
||||
|
||||
bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {
|
||||
if (FailedTestsCache.count(Changes))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user