summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/FuzzyMatchTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-312/+0
* [clangd] Remove includes of "gmock-matchers.h". NFCIlya Biryukov2019-03-151-1/+0
* [clangd] Tune the fuzzy-matching algorithmIlya Biryukov2019-03-151-1/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-28/+32
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-2/+2
* [clangd] FuzzyMatch exposes an API for its word segmentation. NFCSam McCall2018-07-201-0/+23
* [clangd] FuzzyMatch: forbid tail-tail matches after a miss: [pat] !~ "panther"Sam McCall2018-06-141-22/+19
* [clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is ...Sam McCall2018-06-061-6/+20
* [clangd] Address missed comments from D44003Sam McCall2018-03-061-2/+4
* [clangd] Fix unintentionally loose fuzzy matching, and the tests masking it.Sam McCall2018-03-051-11/+23
* [clangd] Fix uninitialized-read found by asanSam McCall2018-01-131-0/+1
* [clangd] Fuzzy match scorerSam McCall2017-12-011-0/+252
OpenPOWER on IntegriCloud