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 8d961df7 [clangd] Fix the stale documentation about background indexing. new 56c99b40 [clangd] Move the existing heder-source-switch implemenation [...]
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 | 56 +------------------- clangd/HeaderSourceSwitch.cpp | 68 +++++++++++++++++++++++++ clangd/HeaderSourceSwitch.h | 22 ++++++++ clangd/unittests/CMakeLists.txt | 1 + clangd/unittests/ClangdTests.cpp | 76 ---------------------------- clangd/unittests/HeaderSourceSwitchTests.cpp | 76 ++++++++++++++++++++++++++++ 7 files changed, 170 insertions(+), 130 deletions(-) create mode 100644 clangd/HeaderSourceSwitch.cpp create mode 100644 clangd/HeaderSourceSwitch.h create mode 100644 clangd/unittests/HeaderSourceSwitchTests.cpp