summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/FuzzyMatch.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] FuzzyMatch exposes an API for its word segmentation. NFCSam McCall2018-07-201-5/+45
* [clangd] FuzzyMatch: forbid tail-tail matches after a miss: [pat] !~ "panther"Sam McCall2018-06-141-5/+7
* [clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is ...Sam McCall2018-06-061-1/+3
* [clangd] Fix unintentionally loose fuzzy matching, and the tests masking it.Sam McCall2018-03-051-4/+6
* [clangd] Merge index-provided completions with those from Sema.Sam McCall2018-01-191-1/+2
* [clangd] Incorporate fuzzy-match into result rankings.Sam McCall2018-01-121-0/+2
* [clangd] Avoid enum in bitfields, can't satisfy old GCC and new MSVCSam McCall2017-12-021-1/+5
* [clangd] Fix FuzzyMatch tests on windows, NFCSam McCall2017-12-021-3/+3
* [clangd] Fuzzy match scorerSam McCall2017-12-011-0/+84
OpenPOWER on IntegriCloud