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 d6fb946 [clangd] Add support for vscode extension configuration new 3bcdd4f [clang-tidy] add aliases for hicpp module
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: clang-tidy/hicpp/HICPPTidyModule.cpp | 41 ++++++++++++++++++++-- docs/ReleaseNotes.rst | 6 ++-- .../checks/hicpp-explicit-conversions.rst | 15 ++++++++ docs/clang-tidy/checks/hicpp-function-size.rst | 11 ++++++ .../checks/hicpp-invalid-access-moved.rst | 8 +++++ docs/clang-tidy/checks/hicpp-member-init.rst | 9 +++++ docs/clang-tidy/checks/hicpp-named-parameter.rst | 8 +++++ .../checks/hicpp-new-delete-operators.rst | 8 +++++ docs/clang-tidy/checks/hicpp-noexcept-move.rst | 7 ++++ .../checks/hicpp-special-member-functions.rst | 7 ++++ .../checks/hicpp-undelegated-constructor.rst | 23 ++++++++++++ .../clang-tidy/checks/hicpp-use-equals-default.rst | 7 ++++ docs/clang-tidy/checks/hicpp-use-equals-delete.rst | 8 +++++ docs/clang-tidy/checks/hicpp-use-override.rst | 8 +++++ 14 files changed, 161 insertions(+), 5 deletions(-) create mode 100644 docs/clang-tidy/checks/hicpp-explicit-conversions.rst create mode 100644 docs/clang-tidy/checks/hicpp-function-size.rst create mode 100644 docs/clang-tidy/checks/hicpp-invalid-access-moved.rst create mode 100644 docs/clang-tidy/checks/hicpp-member-init.rst create mode 100644 docs/clang-tidy/checks/hicpp-named-parameter.rst create mode 100644 docs/clang-tidy/checks/hicpp-new-delete-operators.rst create mode 100644 docs/clang-tidy/checks/hicpp-noexcept-move.rst create mode 100644 docs/clang-tidy/checks/hicpp-special-member-functions.rst create mode 100644 docs/clang-tidy/checks/hicpp-undelegated-constructor.rst create mode 100644 docs/clang-tidy/checks/hicpp-use-equals-default.rst create mode 100644 docs/clang-tidy/checks/hicpp-use-equals-delete.rst create mode 100644 docs/clang-tidy/checks/hicpp-use-override.rst