summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/DeltaAlgorithmTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Define the new operator<< for sets into namespace std, so thatDouglas Gregor2009-12-241-0/+4
| | | | | | | | argument-dependent lookup can find it. This is another case where an LLVM bug (not making operator<< visible) was masked by a GCC bug (looking in the global namespace when it shouldn't). llvm-svn: 92144
* Add an implementation of the delta debugging algorithm.Daniel Dunbar2009-12-031-0/+96
- This is a pretty slow / memory intensive implementation, and I will likely change it to an iterative model, but it works. llvm-svn: 90447
OpenPOWER on IntegriCloud