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 be86d2aa [clangd] Handle windows line endings in QueryDriver new dab5c1cc Revert r366458, r366467 and r366468
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/ClangdServer.cpp | 3 +- clangd/index/Background.cpp | 268 ++++++++++++++------- clangd/index/Background.h | 38 +-- clangd/index/BackgroundIndexLoader.cpp | 151 ------------ clangd/index/BackgroundIndexLoader.h | 54 ----- clangd/index/BackgroundIndexStorage.cpp | 40 +-- clangd/index/BackgroundRebuild.cpp | 8 +- clangd/index/BackgroundRebuild.h | 5 +- .../Inputs/background-index/definition.jsonrpc | 2 +- clangd/test/Inputs/background-index/foo.cpp | 2 +- .../Inputs/background-index/{sub_dir => }/foo.h | 0 .../background-index/sub_dir/compile_flags.txt | 0 clangd/test/background-index.test | 4 +- clangd/unittests/BackgroundIndexTests.cpp | 16 +- 15 files changed, 225 insertions(+), 367 deletions(-) delete mode 100644 clangd/index/BackgroundIndexLoader.cpp delete mode 100644 clangd/index/BackgroundIndexLoader.h rename clangd/test/Inputs/background-index/{sub_dir => }/foo.h (100%) delete mode 100644 clangd/test/Inputs/background-index/sub_dir/compile_flags.txt