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 3af70095 [clang-tidy] Enable inline variable definitions in headers new c8a78c32 [clangd] Add "Go to Declaration" functionality
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/CMakeLists.txt | 1 + clangd/ClangdLSPServer.cpp | 24 ++++++- clangd/ClangdServer.cpp | 14 ++++ clangd/ClangdServer.h | 2 + clangd/ClangdUnit.cpp | 150 ++++++++++++++++++++++++++++++++++++++ clangd/ClangdUnit.h | 4 ++ clangd/Protocol.cpp | 10 ++- clangd/Protocol.h | 32 +++++++++ clangd/ProtocolHandlers.cpp | 20 ++++++ clangd/ProtocolHandlers.h | 2 + test/clangd/definitions.test | 168 +++++++++++++++++++++++++++++++++++++++++++ test/clangd/formatting.test | 5 +- 12 files changed, 428 insertions(+), 4 deletions(-) create mode 100644 test/clangd/definitions.test