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 a4ab45b2 [clang-tidy] new check: bugprone-unhandled-self-assignment new be4fc717 [clang-tidy] readability-redundant-declaration: fix false pos [...]
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: .../readability/RedundantDeclarationCheck.cpp | 10 +++++-- .../clang-tidy/readability-redundant-declaration.c | 31 ++++++++++++++++++++++ .../readability-redundant-declaration.cpp | 10 +++++++ 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 test/clang-tidy/readability-redundant-declaration.c