[PATCH] D49591: [clangd] Introduce search Tokens and trigram generation algorithms

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 20 01:43:08 PDT 2018


kbobyrev planned changes to this revision.
kbobyrev added a comment.

The upcoming changes:

- Use segmentation API exposed in https://reviews.llvm.org/rL337527
- Create a separate structure for Data and Hash as suggested by Sam
- Fix the bug with whole segments concatenation


https://reviews.llvm.org/D49591





More information about the cfe-commits mailing list