summaryrefslogtreecommitdiffstats
path: root/src/edit_distance.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge LLVM r242069, make spell checking allocate less memory.Nico Weber2015-09-071-18/+20
* Fix typo in comment.Nico Weber2015-05-021-1/+1
* Fix compilation on VS2013Scott Graham2013-10-181-0/+1
* drop std:: qualifiers on more stl datatypesEvan Martin2013-04-181-2/+2
* Revert "Make StringPiece data members private."Nico Weber2012-07-281-5/+5
* Make StringPiece data members private.Thiago Farina2012-06-301-5/+5
* Add spelling suggestions for four cases:Nico Weber2011-11-161-2/+0
* Add a EditDistance() function based on the one in llvm/lib/Support/StringRef....Nico Weber2011-11-131-0/+68