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 60bd726a [clang-tidy] Kill marco. No functionality change. new c29d5784 [clang-tidy] ObjC ARC objects should not trigger performance- [...]
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/performance/UnnecessaryValueParamCheck.cpp | 4 ++++ clang-tidy/utils/TypeTraits.cpp | 3 ++- .../clang-tidy/performance-unnecessary-value-param-arc.m | 16 ++++++++++++++++ .../performance-unnecessary-value-param-arc.mm | 16 ++++++++++++++++ 4 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 test/clang-tidy/performance-unnecessary-value-param-arc.m create mode 100644 test/clang-tidy/performance-unnecessary-value-param-arc.mm