summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/dex/PostingList.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [ADT] Implement llvm::bsearch() with std::partition_point()Fangrui Song2019-06-301-4/+4
* [clangd] lower_bound -> bsearch, NFCSam McCall2019-04-171-5/+6
* 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/+14
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-16/+16
* Reland r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Sam McCall2018-10-021-1/+1
* Revert r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Reid Kleckner2018-10-021-1/+1
* [clangd] Dex: add Corpus factory for iterators, rename, fold constant. NFCSam McCall2018-10-021-1/+1
* [clangd] Dex iterator printer shows query structure, not iterator state.Sam McCall2018-10-021-12/+15
* [clangd] Implement VByte PostingList compressionKirill Bobyrev2018-09-251-23/+165
* [clangd] Introduce PostingList interfaceKirill Bobyrev2018-09-131-0/+84
OpenPOWER on IntegriCloud