This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from 7e66a67d [clangd] Fix Dexp build new 2266973c [clangd] Introduce PostingList interface
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clangd/CMakeLists.txt | 1 + clangd/index/dex/Dex.cpp | 18 ++++-- clangd/index/dex/Dex.h | 1 + clangd/index/dex/Iterator.cpp | 67 ------------------- clangd/index/dex/Iterator.h | 19 ------ clangd/index/dex/PostingList.cpp | 84 ++++++++++++++++++++++++ clangd/index/dex/PostingList.h | 52 +++++++++++++++ unittests/clangd/DexTests.cpp | 135 +++++++++++++++++++-------------------- 8 files changed, 216 insertions(+), 161 deletions(-) create mode 100644 clangd/index/dex/PostingList.cpp create mode 100644 clangd/index/dex/PostingList.h