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 771df33f [clangd] Use 'const Twine&' instead of 'Twine'. NFC new f25f70d2 Revert Clangd Dex Iterators patch
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/Iterator.cpp | 244 ------------------------------------- clangd/index/dex/Iterator.h | 143 ---------------------- unittests/clangd/DexIndexTests.cpp | 224 +--------------------------------- 4 files changed, 1 insertion(+), 611 deletions(-) delete mode 100644 clangd/index/dex/Iterator.cpp delete mode 100644 clangd/index/dex/Iterator.h