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 4ace5cff [clangd] Serve comments for headers decls from dynamic index only new c18a3e14 [clangd] Build index on preamble changes instead of the AST changes new 6ca903cb [clangd] Add clangDriver dependency after r333188
The 2 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 | 15 +++++---- clangd/ClangdUnit.cpp | 25 +++++++++----- clangd/ClangdUnit.h | 8 +++-- clangd/TUScheduler.cpp | 6 ++-- clangd/TUScheduler.h | 4 +-- clangd/index/FileIndex.cpp | 19 +++++++---- clangd/index/FileIndex.h | 9 +++-- unittests/clangd/FileIndexTests.cpp | 63 +++++++++++++++++++++++++++++++++-- unittests/clangd/TUSchedulerTests.cpp | 8 ++--- unittests/clangd/TestTU.cpp | 2 +- 11 files changed, 120 insertions(+), 40 deletions(-)