summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/indexer/IndexerMain.cpp
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
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-28/+27
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* 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] Index API and implementations for relationsNathan Ridge2019-06-151-0/+8
* [clangd] Count number of references while merging RefSlabs inside FileIndexKadir Cetinkaya2019-05-091-0/+1
* [clangd] Deduplicate Refs on the fly.Haojian Wu2019-03-081-1/+1
* [clangd] Strip plugin arguments in clangd-indexer.Haojian Wu2019-03-071-1/+3
* Moved Ref into its own header and implementation fileDmitri Gribenko2019-02-281-1/+2
* 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-15/+12
* [clangd] Populate include graph during static indexing action.Kadir Cetinkaya2018-11-301-1/+2
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-12/+11
* [clangd] Make binary index format the default, remove dead flag.Sam McCall2018-10-051-23/+4
* [clangd] clangd-indexer gathers refs and stores them in index files.Sam McCall2018-10-041-1/+13
* [clangd] Revert accidental flag changeSam McCall2018-10-041-1/+1
* [clangd] Support refs() in dex. Largely cloned from MemIndex.Sam McCall2018-10-041-1/+1
* [clangd] clangd-indexer: Drop support for MR-via-YAMLSam McCall2018-10-041-120/+31
* [clangd] Extract mapper logic from clangd-indexer into a library.Sam McCall2018-09-251-60/+5
* [clangd] Merge binary + YAML serialization behind a (mostly) common interface.Sam McCall2018-09-251-20/+13
* [clangd] Fix error handling for SymbolID parsing (notably YAML and dexp)Sam McCall2018-09-181-2/+1
* [clangd] Update IndexerMain.cpp file comment after rename. NFCIlya Biryukov2018-09-141-1/+1
* [clangd] Rename global-symbol-builder to clangd-indexer.Ilya Biryukov2018-09-131-0/+285
OpenPOWER on IntegriCloud