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 c2758dd1 [clangd] Encode Line/Column as a 32-bits integer. new 32b375b1 [clangd] Names that are not spelled in source code are reserved.
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 | 40 +++++++++++++++++++------------ clangd/AST.h | 5 ++++ clangd/Quality.cpp | 5 ++++ clangd/Quality.h | 1 + clangd/index/Index.h | 2 ++ clangd/index/SymbolCollector.cpp | 2 ++ unittests/clangd/QualityTests.cpp | 21 ++++++++++++++++ unittests/clangd/SymbolCollectorTests.cpp | 18 ++++++++++++++ 8 files changed, 79 insertions(+), 15 deletions(-)