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 9bfc0b74 [clangd] Added highlightings for namespace specifiers. new c303f088 [clangd] Reland rL365634
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/GlobalCompilationDatabase.cpp | 187 ++++++++++++++++----- clangd/GlobalCompilationDatabase.h | 43 ++++- clangd/QueryDriverDatabase.cpp | 8 +- clangd/index/Background.cpp | 10 +- clangd/unittests/ClangdTests.cpp | 4 +- .../unittests/GlobalCompilationDatabaseTests.cpp | 129 +++++++++++++- clangd/unittests/TestFS.cpp | 14 +- clangd/unittests/TestFS.h | 6 +- 8 files changed, 332 insertions(+), 69 deletions(-)