summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/FuzzyMatch.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Tune the fuzzy-matching algorithmIlya Biryukov2019-03-151-11/+18
* 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-23/+23
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-3/+3
* [clangd] FuzzyMatch exposes an API for its word segmentation. NFCSam McCall2018-07-201-40/+13
* [clangd] FuzzyMatch: forbid tail-tail matches after a miss: [pat] !~ "panther"Sam McCall2018-06-141-21/+25
* [clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is ...Sam McCall2018-06-061-1/+7
* [clangd] Fix unintentionally loose fuzzy matching, and the tests masking it.Sam McCall2018-03-051-14/+37
* [clangd] Fix memcpy(?, null, 0) UB by switching to std::copySam McCall2018-01-191-2/+2
* [clangd] Avoid divide-by-zeroSam McCall2018-01-171-1/+1
* [clangd] Fix uninitialized-read found by asanSam McCall2018-01-131-3/+15
* [clangd] Fix FuzzyMatch tests on windows, NFCSam McCall2017-12-021-2/+2
* [clangd] Try to appease gcc constexpr bug (58541)Sam McCall2017-12-021-2/+2
* [clangd] Define constants in the right namespace. NFCSam McCall2017-12-011-1/+5
* [clangd] Fuzzy match scorerSam McCall2017-12-011-0/+373
OpenPOWER on IntegriCloud