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 e9cefe5f [clangd] Penalize destructor and overloaded operators in code [...] new d9b42e48 [clangd] Populate include graph during static indexing action.
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/Headers.h | 4 +- clangd/index/Background.cpp | 3 +- clangd/index/IndexAction.cpp | 122 ++++++++++++++++-- clangd/index/IndexAction.h | 10 +- clangd/indexer/IndexerMain.cpp | 3 +- unittests/clangd/CMakeLists.txt | 1 + unittests/clangd/IndexActionTests.cpp | 230 ++++++++++++++++++++++++++++++++++ 7 files changed, 359 insertions(+), 14 deletions(-) create mode 100644 unittests/clangd/IndexActionTests.cpp