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 5151d294 Remove explicit type from an initializer list. NFC. new 2262dfd7 [clang-tidy] misc-unused-parameters - retain old behavior und [...]
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/misc/UnusedParametersCheck.cpp | 27 +++++++++++----- clang-tidy/misc/UnusedParametersCheck.h | 2 ++ docs/clang-tidy/checks/misc-unused-parameters.rst | 30 +++++++++++++----- test/clang-tidy/misc-unused-parameters-strict.cpp | 25 +++++++++++++++ test/clang-tidy/misc-unused-parameters.cpp | 38 ++++++++++++++++++++++- 5 files changed, 107 insertions(+), 15 deletions(-) create mode 100644 test/clang-tidy/misc-unused-parameters-strict.cpp