Extend StringRef's edit-distance algorithm to permit an upper bound on the allowed...
authorDouglas Gregor <dgregor@apple.com>
Tue, 19 Oct 2010 22:13:48 +0000 (22:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 19 Oct 2010 22:13:48 +0000 (22:13 +0000)
commit5ee568ac2704d7302017d42ad162d4b53d076cbc
treed311ee0f4b361b87b9d7069daecbbe34ed0975ae
parent8155ea4c3a656d32b0ddd93de6e7bbca4ace867a
Extend StringRef's edit-distance algorithm to permit an upper bound on the allowed edit distance

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116867 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringRef.h
lib/Support/StringRef.cpp