aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/DeltaAlgorithmTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-03-03DeltaAlgorithm: Provide protected default copy ctor for use by test derived c...David Blaikie1-1/+1
2009-12-24Define the new operator<< for sets into namespace std, so thatDouglas Gregor1-0/+4
2009-12-03Add an implementation of the delta debugging algorithm.Daniel Dunbar1-0/+96