summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add overload writeFileAtomically(std::function Writer)Jan Korous2019-09-131-31/+7
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* Revert "Revert r366458, r366467 and r366468"Kadir Cetinkaya2019-07-191-8/+32
* Revert r366458, r366467 and r366468Azharuddin Mohammed2019-07-191-32/+8
* [clangd] BackgroundIndex stores shards to the closest projectKadir Cetinkaya2019-07-181-8/+32
* [clangd] Use xxhash instead of SHA1 for background index file digests.Sam McCall2019-07-081-7/+0
* [clangd] Delete an unused declarationFangrui Song2019-05-011-3/+0
* [clangd] Store index in '.clangd/index' instead of '.clangd-index'Ilya Biryukov2019-02-201-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Change diskbackedstorage to be atomicKadir Cetinkaya2018-12-171-8/+33
* [clangd] Enable auto-index behind a flag.Sam McCall2018-11-261-1/+4
* [clangd] Auto-index watches global CDB for changes.Sam McCall2018-11-261-1/+24
* Introduce shard storage to auto-index.Kadir Cetinkaya2018-11-161-0/+112
OpenPOWER on IntegriCloud