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 2839af5 [clang-tidy] Ignore instantiated functions and static data me [...] new d8ce003 [clangd] Wire up ASTUnit and publish diagnostics with it.
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/ASTManager.cpp | 201 +++++++++++++++++++++++++++++++++++++++++++ clangd/ASTManager.h | 76 ++++++++++++++++ clangd/CMakeLists.txt | 3 + clangd/ClangDMain.cpp | 3 + clangd/DocumentStore.h | 48 +++++++++-- test/clangd/diagnostics.test | 17 ++++ 6 files changed, 343 insertions(+), 5 deletions(-) create mode 100644 clangd/ASTManager.cpp create mode 100644 clangd/ASTManager.h create mode 100644 test/clangd/diagnostics.test