[PATCH] D27520: [clang-tidy] Add check for redundant function pointer dereferences

Malcolm Parsons via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 7 06:52:39 PST 2016


malcolm.parsons created this revision.
malcolm.parsons added reviewers: alexfh, aaron.ballman, hokein.
malcolm.parsons added a subscriber: cfe-commits.
Herald added subscribers: JDevlieghere, mgorny.

See https://youtu.be/6eX9gPithBo


https://reviews.llvm.org/D27520

Files:
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.cpp
  clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.h
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/readability-redundant-function-ptr-dereference.rst
  test/clang-tidy/readability-redundant-function-ptr-dereference.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27520.80588.patch
Type: text/x-patch
Size: 6857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161207/03dae750/attachment-0001.bin>


More information about the cfe-commits mailing list