summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/dex/Trigram.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+6
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-5/+4
* [clangd] Simplify Dex query tree logic and fix missing-posting-list bugSam McCall2018-10-041-0/+2
* [clangd] Remove one-segment-skipping from Dex trigrams.Sam McCall2018-10-041-4/+2
* [cland] Dex: fix/simplify short-trigram generationSam McCall2018-10-041-70/+28
* [clangd] Canonicalize include paths in clangd.Eric Liu2018-09-071-1/+1
* [NFC] Cleanup DexKirill Bobyrev2018-08-311-4/+4
* [clangd] Use TRUE iterator instead of complete posting listKirill Bobyrev2018-08-271-4/+0
* Fix MSVC 'std::min: no matching overloaded function found' error.Simon Pilgrim2018-08-131-1/+2
* [clangd] Generate incomplete trigrams for the Dex indexKirill Bobyrev2018-08-131-32/+62
* [clangd] Introduce Dex symbol index search tokensKirill Bobyrev2018-07-251-0/+132
OpenPOWER on IntegriCloud