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 2625f509 [clangd] Don't index template specializations. new b8bb4a5e [clangd] Use identifier range as the definition range. new d3d53b4e [clangd-vscode] Add package-lock.json to .gitignore
The 2 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/AST.cpp | 42 +++++++++++++++++++++++++++++++++ clangd/AST.h | 34 ++++++++++++++++++++++++++ clangd/CMakeLists.txt | 1 + clangd/XRefs.cpp | 10 ++++---- clangd/clients/clangd-vscode/.gitignore | 3 ++- clangd/index/SymbolCollector.cpp | 23 ++++-------------- unittests/clangd/ClangdTests.cpp | 4 ++-- unittests/clangd/XRefsTests.cpp | 42 +++++++++++++++++++++------------ 8 files changed, 119 insertions(+), 40 deletions(-) create mode 100644 clangd/AST.cpp create mode 100644 clangd/AST.h