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 49f7f50a [clangd] Remove an unused include header, NFC. new b75674b4 [clangd] Minimal implementation of automatic static index (no [...]
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/Background.cpp | 191 ++++++++++++++++++++++++++++++ clangd/index/Background.h | 79 ++++++++++++ unittests/clangd/BackgroundIndexTests.cpp | 37 ++++++ unittests/clangd/CMakeLists.txt | 1 + unittests/clangd/SyncAPI.cpp | 12 ++ unittests/clangd/SyncAPI.h | 5 +- 7 files changed, 325 insertions(+), 1 deletion(-) create mode 100644 clangd/index/Background.cpp create mode 100644 clangd/index/Background.h create mode 100644 unittests/clangd/BackgroundIndexTests.cpp