summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/dex
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+1
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-1/+2
* [clangd] Simplify the code in Index::refsIlya Biryukov2019-11-141-10/+5
* [clangd] Add bool return type to Index::refs API.Haojian Wu2019-11-132-3/+11
* [clangd] Use our own relation kind.Haojian Wu2019-10-172-5/+9
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-041-1/+4
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-144-11/+11
* [clangd] Fix off-by-one in CodeComplete and assertion in DexSam McCall2019-07-121-2/+2
* Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...Haojian Wu2019-07-111-1/+1
* Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...Don Hinton2019-07-101-1/+1
* [clangd] Encapsulate fields in dex token. NFCSam McCall2019-07-082-6/+7
* [ADT] Implement llvm::bsearch() with std::partition_point()Fangrui Song2019-06-301-4/+4
* [clangd] Index API and implementations for relationsNathan Ridge2019-06-152-9/+47
* [clangd] lower_bound -> bsearch, NFCSam McCall2019-04-171-5/+6
* [clangd] Show template argument list in workspacesymbols and documentsymbols ...Kadir Cetinkaya2019-04-121-9/+0
* Revert "[clangd] Print arguments in template specializations"Jordan Rupprecht2019-03-201-0/+9
* [clangd] Print arguments in template specializationsKadir Cetinkaya2019-03-201-9/+0
* [clangd] Store explicit template specializations in index for code navigation...Kadir Cetinkaya2019-03-141-0/+9
* [clangd] Add type boost to fuzzy find in Dex.Eric Liu2019-02-063-45/+65
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1910-40/+30
* [clangd] Add Limit parameter for xref.Haojian Wu2019-01-141-2/+7
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-075-120/+133
* [dexp] Change FuzzyFind to also print scope of symbolsKadir Cetinkaya2018-12-141-1/+2
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-223-35/+15
* [clangd] global-symbol-builder => clangd-indexerHaojian Wu2018-11-151-1/+1
* [clangd] Fix no results returned for global symbols in dexpHaojian Wu2018-11-151-0/+4
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-1/+1
* [clangd] Don't show all refs results if -name is ambiguous in dexp.Haojian Wu2018-11-121-0/+6
* [clangd] Allow symbols from AnyScope in dexp.Haojian Wu2018-11-121-0/+1
* [clangd] Get rid of QueryScopes.empty() == AnyScope special case.Eric Liu2018-11-061-1/+1
* [clangd] auto-index stores symbols per-file instead of per-TU.Eric Liu2018-11-061-3/+1
* [clangd] Fix unqualified make_unique after r344850. NFCSam McCall2018-10-201-2/+2
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-205-99/+84
* [clangd] Optionally use dex for the preamble parts of the dynamic index.Sam McCall2018-10-161-1/+3
* [clangd] Revert include path change in Dexp. NFCSam McCall2018-10-152-4/+2
* [clangd] Add createIndex in dexpHaojian Wu2018-10-151-7/+9
* [clangd] dump xrefs information in dexp tool.Haojian Wu2018-10-152-9/+93
* [clangd] NFC: Migrate to LLVM STLExtras API where possibleKirill Bobyrev2018-10-072-7/+5
* [clangd] Simplify Dex query tree logic and fix missing-posting-list bugSam McCall2018-10-044-43/+28
* [clangd] Dex: FALSE iterator, peephole optimizations, fix AND bugSam McCall2018-10-041-0/+1
* [clangd] Remove one-segment-skipping from Dex trigrams.Sam McCall2018-10-042-5/+3
* [cland] Dex: fix/simplify short-trigram generationSam McCall2018-10-043-88/+43
* [clangd] Dex: FALSE iterator, peephole optimizations, fix AND bugSam McCall2018-10-042-13/+108
* [clangd] Support refs() in dex. Largely cloned from MemIndex.Sam McCall2018-10-042-16/+29
* Reland r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Sam McCall2018-10-025-88/+94
* Revert r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Reid Kleckner2018-10-025-94/+88
* [clangd] Zap TODONEsSam McCall2018-10-021-3/+0
* [clangd] Dex: add Corpus factory for iterators, rename, fold constant. NFCSam McCall2018-10-025-88/+94
* [clangd] Dex iterator printer shows query structure, not iterator state.Sam McCall2018-10-025-30/+48
* [clangd] Query dex index using query-style trigrams, not identifier-style tri...Sam McCall2018-10-011-1/+1
OpenPOWER on IntegriCloud