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 b3737b6f [clang-tidy] Add new modernize use unary assert check new 9e573c58 [clang-tidy] add regression test to performance-unnecessary-v [...]
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: .../performance-unnecessary-value-param/header-fixed.h | 15 +++++++++++++++ .../performance-unnecessary-value-param/header.h | 15 +++++++++++++++ .../performance-unnecessary-value-param-header.cpp | 18 ++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 test/clang-tidy/Inputs/performance-unnecessary-value-param/head [...] create mode 100644 test/clang-tidy/Inputs/performance-unnecessary-value-param/header.h create mode 100644 test/clang-tidy/performance-unnecessary-value-param-header.cpp