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

Malcolm Parsons via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 13 00:14:41 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL289524: [clang-tidy] Add check for redundant function pointer dereferences (authored by malcolm.parsons).

Changed prior to commit:
  https://reviews.llvm.org/D27520?vs=80642&id=81190#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27520

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27520.81190.patch
Type: text/x-patch
Size: 8214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161213/f5ec3aba/attachment-0001.bin>


More information about the cfe-commits mailing list