summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/IndexAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Index API and implementations for relationsNathan Ridge2019-06-151-1/+8
* [clangd] Count number of references while merging RefSlabs inside FileIndexKadir Cetinkaya2019-05-091-1/+0
* Disable warnings when indexing as a standalone action.Sam McCall2019-03-281-0/+5
* [clangd] Support utf-8 offsets (rather than utf-16) as a protocol extensionSam McCall2019-03-271-1/+0
* [clangd] Respect Origin option in createStaticIndexingActionKadir Cetinkaya2019-03-111-1/+2
* Added missing license headersDmitri Gribenko2019-02-281-1/+8
* Moved SymbolOrigin into its own header and implementation fileDmitri Gribenko2019-02-281-0/+2
* [clangd] Drop documentation in static index if symbols are not indexed for co...Haojian Wu2019-02-251-0/+1
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-7/+6
* [clangd] Populate include graph during static indexing action.Kadir Cetinkaya2018-11-301-7/+115
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-1/+3
* [clangd] Collect refs from headers.Haojian Wu2018-10-171-1/+3
* [clangd] NFC fix semicolon warningJonas Toth2018-10-121-1/+1
* [clangd] clangd-indexer gathers refs and stores them in index files.Sam McCall2018-10-041-6/+13
* Removed extra semicolon to fix Wpedantic. (NFCI).Simon Pilgrim2018-09-261-1/+1
* [clangd] Extract mapper logic from clangd-indexer into a library.Sam McCall2018-09-251-0/+73
OpenPOWER on IntegriCloud