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 aa493725 [clangd] GlobalCompilationDatabase interface changes new 6254741d [clangd] Split CodeComplete into a separate file. 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 | 2 + clangd/ClangdServer.h | 1 + clangd/ClangdUnit.cpp | 761 +----------------------------------------------- clangd/ClangdUnit.h | 50 ---- clangd/CodeComplete.cpp | 706 ++++++++++++++++++++++++++++++++++++++++++++ clangd/CodeComplete.h | 82 ++++++ clangd/Compiler.cpp | 65 +++++ clangd/Compiler.h | 46 +++ 8 files changed, 910 insertions(+), 803 deletions(-) create mode 100644 clangd/CodeComplete.cpp create mode 100644 clangd/CodeComplete.h create mode 100644 clangd/Compiler.cpp create mode 100644 clangd/Compiler.h