summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/DexTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-753/+0
* [clangd] Show template argument list in workspacesymbols and documentsymbols ...Kadir Cetinkaya2019-04-121-10/+12
* Revert "[clangd] Print arguments in template specializations"Jordan Rupprecht2019-03-201-10/+15
* [clangd] Print arguments in template specializationsKadir Cetinkaya2019-03-201-15/+10
* [clangd] Store explicit template specializations in index for code navigation...Kadir Cetinkaya2019-03-141-0/+35
* [clangd] Add type boost to fuzzy find in Dex.Eric Liu2019-02-061-0/+22
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Add Limit parameter for xref.Haojian Wu2019-01-141-2/+10
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-18/+18
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-1/+1
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-26/+18
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-1/+1
* [clangd] Get rid of QueryScopes.empty() == AnyScope special case.Eric Liu2018-11-061-1/+8
* [clangd] auto-index stores symbols per-file instead of per-TU.Eric Liu2018-11-061-9/+0
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-18/+17
* [clangd] Optionally use dex for the preamble parts of the dynamic index.Sam McCall2018-10-161-7/+1
* [clangd] Fix nondeterministic testSam McCall2018-10-091-1/+4
* [clangd] Simplify Dex query tree logic and fix missing-posting-list bugSam McCall2018-10-041-3/+10
* [clangd] fix another ambigous constructor in DexTestJonas Toth2018-10-041-3/+3
* [clangd] Fix ambiguous constructor in DexTestSam McCall2018-10-041-2/+2
* [clangd] Remove one-segment-skipping from Dex trigrams.Sam McCall2018-10-041-8/+4
* [cland] Dex: fix/simplify short-trigram generationSam McCall2018-10-041-24/+50
* [clangd] Dex: FALSE iterator, peephole optimizations, fix AND bugSam McCall2018-10-041-12/+46
* [clangd] Support refs() in dex. Largely cloned from MemIndex.Sam McCall2018-10-041-16/+45
* Reland r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Sam McCall2018-10-021-23/+33
* Revert r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Reid Kleckner2018-10-021-33/+23
* [clangd] Dex: add Corpus factory for iterators, rename, fold constant. NFCSam McCall2018-10-021-23/+33
* [clangd] Dex iterator printer shows query structure, not iterator state.Sam McCall2018-10-021-12/+14
* [clangd] Initial supoprt for cross-namespace global code completion.Eric Liu2018-09-271-0/+11
* [clangd] Implement VByte PostingList compressionKirill Bobyrev2018-09-251-49/+18
* [clangd] NFC: Remove test duplicateKirill Bobyrev2018-09-251-11/+0
* [clangd] Force Dex to respect symbol collector flagsKirill Bobyrev2018-09-241-0/+14
* [clangd] Introduce PostingList interfaceKirill Bobyrev2018-09-131-69/+66
* [clangd] Cleanup FuzzyFindRequest filtering limit semanticsKirill Bobyrev2018-09-131-5/+7
* [clangd] NFC: Rename DexIndex to DexKirill Bobyrev2018-09-101-0/+615
OpenPOWER on IntegriCloud