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 b6d0858a [clangd] Drop impossible completions (unavailable or inaccessible) new 92154161 [clang-tidy] rename_check.py misc-argument-comment bugprone-a [...] new 5c83fea4 [clangd] Make completion scores use 0-1 floats internally.
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: .../{misc => bugprone}/ArgumentCommentCheck.cpp | 4 +- .../{misc => bugprone}/ArgumentCommentCheck.h | 4 +- clang-tidy/bugprone/BugproneTidyModule.cpp | 3 ++ clang-tidy/bugprone/CMakeLists.txt | 1 + clang-tidy/misc/CMakeLists.txt | 1 - clang-tidy/misc/MiscTidyModule.cpp | 2 - clangd/ClangdUnit.cpp | 50 ++++++++++++++-------- docs/ReleaseNotes.rst | 3 ++ ...t-comment.rst => bugprone-argument-comment.rst} | 6 +-- docs/clang-tidy/checks/list.rst | 2 +- ...ock.cpp => bugprone-argument-comment-gmock.cpp} | 2 +- ...ct.cpp => bugprone-argument-comment-strict.cpp} | 2 +- ...t-comment.cpp => bugprone-argument-comment.cpp} | 46 +++++++++++++++++--- test/clangd/authority-less-uri.test | 4 +- test/clangd/completion-items-kinds.test | 20 ++++----- test/clangd/completion-priorities.test | 8 ++-- test/clangd/completion-qualifiers.test | 4 +- test/clangd/completion-snippet.test | 14 +++--- test/clangd/completion.test | 30 ++++++------- test/clangd/protocol.test | 6 +-- unittests/clang-tidy/CMakeLists.txt | 2 - unittests/clang-tidy/MiscModuleTest.cpp | 39 ----------------- 22 files changed, 131 insertions(+), 122 deletions(-) rename clang-tidy/{misc => bugprone}/ArgumentCommentCheck.cpp (99%) rename clang-tidy/{misc => bugprone}/ArgumentCommentCheck.h (97%) rename docs/clang-tidy/checks/{misc-argument-comment.rst => bugprone-argument-comm [...] rename test/clang-tidy/{misc-argument-comment-gmock.cpp => bugprone-argument-comme [...] rename test/clang-tidy/{misc-argument-comment-strict.cpp => bugprone-argument-comm [...] rename test/clang-tidy/{misc-argument-comment.cpp => bugprone-argument-comment.cpp} (53%) delete mode 100644 unittests/clang-tidy/MiscModuleTest.cpp