FileCheck: Switch "possible match" calculation to use StringRef::edit_distance.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 29 Jan 2010 03:22:19 +0000 (03:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 29 Jan 2010 03:22:19 +0000 (03:22 +0000)
commit8cdf54c222e911f09b57ab0d8fdd3408979df91b
tree39e1d60bd53ced9933b25680e3bee16cc902efde
parent407e47c21ea201292adf978e06d6b7c1dc62cda9
FileCheck: Switch "possible match" calculation to use StringRef::edit_distance.
 - Thanks Doug, who is obviously less lazy than me!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94795 91177308-0d34-0410-b5e6-96231b3b80d8
utils/FileCheck/FileCheck.cpp