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 a9ec0ac [clang-tidy] UnnecessaryValueParamCheck - only warn for virtu [...] new 3ff2b7b [clang-tidy] Enhance redundant-expression check
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/RedundantExpressionCheck.cpp | 511 ++++++++++++++++++++++++++ clang-tidy/misc/RedundantExpressionCheck.h | 5 + test/clang-tidy/misc-redundant-expression.cpp | 329 ++++++++++++++++- 3 files changed, 842 insertions(+), 3 deletions(-)