[clangd] FuzzyMatch exposes an API for its word segmentation. NFC
authorSam McCall <sam.mccall@gmail.com>
Fri, 20 Jul 2018 08:01:37 +0000 (08:01 +0000)
committerSam McCall <sam.mccall@gmail.com>
Fri, 20 Jul 2018 08:01:37 +0000 (08:01 +0000)
commitf7d1805171cf80f231d39e31aad9de70d7a413e5
treee2342b7e70ed5c3ff2848a3c2e7ba52e5d0f1cfc
parenta55fc7161481ec4410a55c2e1b82d7c6d68949d6
[clangd] FuzzyMatch exposes an API for its word segmentation. NFC

Summary: This is intended to be used for indexing, e.g. in D49417

Reviewers: ioeric, omtcyfz

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits

Differential Revision: https://reviews.llvm.org/D49540

llvm-svn: 337527
clang-tools-extra/clangd/FuzzyMatch.cpp
clang-tools-extra/clangd/FuzzyMatch.h
clang-tools-extra/unittests/clangd/FuzzyMatchTests.cpp