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 032c2d08 [clangd] Fix buildbot failure. new fe365ce3 [clangd] Support scope proximity in code completion.
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/AST.cpp | 8 +++++ clangd/AST.h | 3 ++ clangd/CodeComplete.cpp | 38 +++++++++++++-------- clangd/FileDistance.cpp | 41 +++++++++++++++++++++++ clangd/FileDistance.h | 14 ++++++++ clangd/Quality.cpp | 60 +++++++++++++++++++++++++++------- clangd/Quality.h | 13 ++++++-- unittests/clangd/CodeCompleteTests.cpp | 22 +++++++++++++ unittests/clangd/FileDistanceTests.cpp | 10 ++++++ unittests/clangd/QualityTests.cpp | 59 ++++++++++++++++++++++++++++----- 10 files changed, 231 insertions(+), 37 deletions(-)