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 3885cfd1 [clang-move] ClangMoveTests: Remove dots in output paths new 9ae32389 [clangd] Implementation of textDocument/documentSymbol
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 | 14 ++ clangd/ClangdLSPServer.h | 1 + clangd/ClangdServer.cpp | 12 ++ clangd/ClangdServer.h | 4 + clangd/FindSymbols.cpp | 109 +++++++++++- clangd/FindSymbols.h | 6 + clangd/Protocol.cpp | 5 + clangd/Protocol.h | 6 + clangd/ProtocolHandlers.cpp | 1 + clangd/ProtocolHandlers.h | 1 + clangd/SourceCode.cpp | 18 ++ clangd/SourceCode.h | 3 + clangd/XRefs.cpp | 14 -- test/clangd/initialize-params-invalid.test | 1 + test/clangd/initialize-params.test | 1 + test/clangd/symbols.test | 51 ++++++ unittests/clangd/FindSymbolsTests.cpp | 271 +++++++++++++++++++++++++++++ unittests/clangd/SyncAPI.cpp | 7 + unittests/clangd/SyncAPI.h | 3 + 19 files changed, 512 insertions(+), 16 deletions(-)