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 d297a3c [clang-move] Fix buildbot failures new 17880e7 [clang-tidy] Add check for redundant function pointer dereferences
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/readability/CMakeLists.txt | 1 + clang-tidy/readability/ReadabilityTidyModule.cpp | 3 ++ .../RedundantFunctionPtrDereferenceCheck.cpp | 37 ++++++++++++++++++++++ ...ck.h => RedundantFunctionPtrDereferenceCheck.h} | 16 +++++----- docs/ReleaseNotes.rst | 5 +++ docs/clang-tidy/checks/list.rst | 1 + ...dability-redundant-function-ptr-dereference.rst | 24 ++++++++++++++ ...dability-redundant-function-ptr-dereference.cpp | 24 ++++++++++++++ 8 files changed, 103 insertions(+), 8 deletions(-) create mode 100644 clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.cpp copy clang-tidy/readability/{RedundantDeclarationCheck.h => RedundantFunctionPtrDe [...] create mode 100644 docs/clang-tidy/checks/readability-redundant-function-ptr-deref [...] create mode 100644 test/clang-tidy/readability-redundant-function-ptr-dereference.cpp