]> granicus.if.org Git - clang/commit
Provide an upper bound to the edit-distance algorithm when performing
authorDouglas Gregor <dgregor@apple.com>
Tue, 19 Oct 2010 22:14:33 +0000 (22:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 19 Oct 2010 22:14:33 +0000 (22:14 +0000)
commita1194775dc3bc3c9471e089797ca08fdbe773794
treeddb3ae337e8f17693231744f4239ea1d977a676a
parent220a9c82dc76a83a7f930879bf176783866c0514
Provide an upper bound to the edit-distance algorithm when performing
typo correction, to allow early exits.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116868 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaLookup.cpp