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 a50f7cf4 [clangd] Index-based code completion. new 1686fcf8 [clangd] Fix warnings/compiler pickiness after r321083 new 553feab6 [clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFC
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/CMakeLists.txt | 1 + clangd/ClangdServer.cpp | 2 + clangd/ClangdUnit.cpp | 253 ------------------------------ clangd/ClangdUnit.h | 7 - clangd/CodeComplete.cpp | 2 +- clangd/XRefs.cpp | 270 +++++++++++++++++++++++++++++++++ clangd/XRefs.h | 34 +++++ unittests/clangd/CodeCompleteTests.cpp | 2 +- 8 files changed, 309 insertions(+), 262 deletions(-) create mode 100644 clangd/XRefs.cpp create mode 100644 clangd/XRefs.h