summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/IndexAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Set RetainCommentsFromSystemHeaders to trueIlya Biryukov2019-11-071-0/+1
* [clangd] Use pre-populated mappings for standard symbolsIlya Biryukov2019-09-091-1/+1
* [clang][Index][NFC] Put IndexingOptions to a separate headerJan Korous2019-09-061-0/+1
* [Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...Dmitri Gribenko2019-08-291-30/+9
* [Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko2019-08-291-43/+34
* Fix clangd's IndexAction for FileSkipped API updateAlex Lorenz2019-08-271-2/+2
* [clangd] Skip function bodies inside processed files while indexingIlya Biryukov2019-08-201-1/+49
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* [clangd] Add HadErrors field into shardsKadir Cetinkaya2019-07-041-1/+3
* [clangd] Also cache failures while indexingKadir Cetinkaya2019-07-041-6/+3
* [clangd] Add include-mapping for C symbols.Haojian Wu2019-06-211-1/+1
* [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