[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 12:54:21 PST 2016
malcolm.parsons updated this revision to Diff 80642.
malcolm.parsons added a comment.
Add to release notes.
Remove youtube link.
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/ReleaseNotes.rst
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.80642.patch
Type: text/x-patch
Size: 7413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161207/d0378657/attachment.bin>
More information about the cfe-commits
mailing list