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 78a0375d [clangd] Move getBeginningOfIdentifier from ClangdUnit to Sou [...] new bae35d45 [clangd] Split Preamble.h out of ClangdUnit.h. NFC
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 | 1 + clangd/ClangdUnit.cpp | 174 +----------------------------- clangd/ClangdUnit.h | 62 +---------- clangd/CodeComplete.cpp | 2 +- clangd/CodeComplete.h | 1 - clangd/Compiler.h | 4 +- clangd/Preamble.cpp | 193 ++++++++++++++++++++++++++++++++++ clangd/Preamble.h | 88 ++++++++++++++++ clangd/TUScheduler.cpp | 2 + clangd/TUScheduler.h | 4 +- clangd/unittests/TUSchedulerTests.cpp | 1 + 12 files changed, 297 insertions(+), 236 deletions(-) create mode 100644 clangd/Preamble.cpp create mode 100644 clangd/Preamble.h