[PATCH] D27520: [clang-tidy] Add check for redundant function pointer dereferences
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 7 10:02:29 PST 2016
Eugene.Zelenko added a comment.
Please mention this check in docs/ReleaseNotes.rst (in alphabetical order).
================
Comment at: docs/clang-tidy/checks/readability-redundant-function-ptr-dereference.rst:7
+Finds redundant dereferences of a function pointer.
+See https://youtu.be/6eX9gPithBo.
+
----------------
I think will be better o refer to textual representation if available.
https://reviews.llvm.org/D27520
More information about the cfe-commits
mailing list