summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/Background.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add isHeaderFile helper.Haojian Wu2019-11-151-5/+1
* [clangd] Simplify the callside of URI::resolve, NFC.Haojian Wu2019-09-231-7/+1
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-1/+1
* [clangd] Surface errors from command-line parsingIlya Biryukov2019-08-281-2/+2
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-8/+8
* Revert "Revert r366458, r366467 and r366468"Kadir Cetinkaya2019-07-191-175/+93
* Revert r366458, r366467 and r366468Azharuddin Mohammed2019-07-191-93/+175
* [clangd] Remove dead code from BackgroundIndexKadir Cetinkaya2019-07-181-3/+0
* [clangd] BackgroundIndex stores shards to the closest projectKadir Cetinkaya2019-07-181-32/+26
* [clangd] Refactor background-index shard loadingKadir Cetinkaya2019-07-181-146/+73
* [clangd] Don't rebuild background index until we indexed one TU per thread.Sam McCall2019-07-161-1/+1
* [clangd] Prioritize indexing of files that share a basename with the open file.Sam McCall2019-07-121-0/+16
* [clangd] Add priorities to background index queue, extract to separate classSam McCall2019-07-111-113/+41
* [clangd] Reland rL365634Kadir Cetinkaya2019-07-111-3/+7
* Revert "[clangd] Filter out non-governed files from broadcast"Matthew Voss2019-07-101-7/+3
* [clangd] Filter out non-governed files from broadcastKadir Cetinkaya2019-07-101-3/+7
* [clangd] Rewrite of logic to rebuild the background index serving structures.Sam McCall2019-07-091-46/+17
* [clangd] Use xxhash instead of SHA1 for background index file digests.Sam McCall2019-07-081-1/+0
* [clangd] Make HadErrors part of background index's internal stateKadir Cetinkaya2019-07-041-52/+55
* [clangd] Add HadErrors field into shardsKadir Cetinkaya2019-07-041-4/+8
* [clangd] Store hash of command line in index shards.Kadir Cetinkaya2019-07-041-0/+7
* [clangd] Also cache failures while indexingKadir Cetinkaya2019-07-041-8/+27
* BitStream reader: propagate errorsJF Bastien2019-06-261-3/+3
* [clangd] Index API and implementations for relationsNathan Ridge2019-06-151-3/+23
* [clangd] Count number of references while merging RefSlabs inside FileIndexKadir Cetinkaya2019-05-091-3/+7
* [clangd] Use AsyncTaskRunner in BackgroundIndex instead of std::threadIlya Biryukov2019-05-091-5/+6
* [clangd] Use llvm::set_thread_priority in background-indexKadir Cetinkaya2019-04-181-12/+22
* [clangd] Stop passing around PCHContainerOperations, just create it in place....Sam McCall2019-04-041-3/+2
* [clangd] Build Dex index after loading all shards in BackgroundIndex.Haojian Wu2019-03-141-3/+7
* [clangd] Remove ./ and ../ in the file pathsKadir Cetinkaya2019-03-081-0/+1
* Moved Symbol into its own header and implementation fileDmitri Gribenko2019-02-281-0/+1
* [clangd] Filter out plugin related flags and move all commandline manipulatio...Kadir Cetinkaya2019-01-221-6/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Make background index less chattyIlya Biryukov2019-01-181-1/+1
* [clangd] Fix updated file detection logic in indexingKadir Cetinkaya2019-01-151-29/+34
* [clangd] Fix a reference invalidationKadir Cetinkaya2019-01-141-15/+19
* [clangd] Introduce loading of shards within auto-indexKadir Cetinkaya2019-01-101-66/+202
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-30/+31
* [clangd] Unify path canonicalizations in the codebaseKadir Cetinkaya2018-12-191-12/+6
* [clangd] BackgroundIndex rebuilds symbol index periodically.Eric Liu2018-12-181-7/+44
* [clangd] Only reduce priority of a thread for indexing.Kadir Cetinkaya2018-12-171-34/+52
* [clangd] Fix an assertion failure in background index.Haojian Wu2018-12-141-0/+8
* [clangd] Move the utility function to anonymous namespace, NFC.Haojian Wu2018-12-131-32/+33
* [clangd] Partition include graph on auto-index.Kadir Cetinkaya2018-12-041-45/+68
* [clangd] Populate include graph during static indexing action.Kadir Cetinkaya2018-11-301-1/+2
* [clangd] Put direct headers into srcs section.Kadir Cetinkaya2018-11-271-23/+12
* [clangd] Enable auto-index behind a flag.Sam McCall2018-11-261-2/+4
* [clangd] Fix missing include from r347538 - fix windows buildbotsSam McCall2018-11-261-0/+1
* [clangd] Auto-index watches global CDB for changes.Sam McCall2018-11-261-35/+42
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-5/+2
OpenPOWER on IntegriCloud