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 c738784 [ClangTidy - performance-unnecessary-value-param] Only add "c [...] new a24d1a0 [clang-tidy] Move incomplete type test into separate test file new 3cf5151 [clang-tidy] Fix a regression issue introduced by r285239.
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: clang-tidy/modernize/UseNullptrCheck.cpp | 8 ++++++++ test/clang-tidy/modernize-use-nullptr.cpp | 11 +++++++++++ .../performance-unnecessary-value-param-incomplete-type.cpp | 9 +++++++++ test/clang-tidy/performance-unnecessary-value-param.cpp | 9 +-------- 4 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 test/clang-tidy/performance-unnecessary-value-param-incomplete- [...]