This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80 in repository clang-tools-extra.
from cb60db7f Merging r351463, r351466, r351467, and r351468 new 19afe242 Merging r351686: -------------------------------------------- [...] new 5a3465c1 Merging r351788: -------------------------------------------- [...]
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: .../NonPrivateMemberVariablesInClassesCheck.cpp | 11 +++--- clangd/ClangdLSPServer.cpp | 3 +- clangd/ClangdServer.cpp | 13 +------ clangd/GlobalCompilationDatabase.cpp | 41 +++++++++++++++++++--- clangd/GlobalCompilationDatabase.h | 5 ++- clangd/index/Background.cpp | 10 +++--- clangd/index/Background.h | 5 +-- ...isc-non-private-member-variables-in-classes.rst | 10 +++--- ...isc-non-private-member-variables-in-classes.cpp | 17 +++++++++ unittests/clangd/BackgroundIndexTests.cpp | 24 ++++++------- unittests/clangd/ClangdTests.cpp | 23 ++++++++++++ .../clangd/GlobalCompilationDatabaseTests.cpp | 4 +-- 12 files changed, 114 insertions(+), 52 deletions(-)