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 a4debc33 add check to avoid throwing objc exception according to Googl [...] new 485ef4aa [clangd] Use in-memory preambles in clangd.
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/ClangdLSPServer.cpp | 2 ++ clangd/ClangdLSPServer.h | 2 +- clangd/ClangdServer.cpp | 21 ++++++++++----------- clangd/ClangdServer.h | 5 +++++ clangd/ClangdUnit.cpp | 13 +++++++++---- clangd/ClangdUnit.h | 3 +++ clangd/ClangdUnitStore.cpp | 7 +++++-- clangd/ClangdUnitStore.h | 12 ++++++++---- clangd/tool/ClangdMain.cpp | 28 ++++++++++++++++++++++++++-- test/clangd/completion.test | 1 + test/clangd/diagnostics-preamble.test | 1 + unittests/clangd/ClangdTests.cpp | 27 +++++++++++++++++++++------ 12 files changed, 92 insertions(+), 30 deletions(-)