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

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 12 11:48:31 PST 2016


hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.

Nice, the patch looks good to me.



================
Comment at: docs/clang-tidy/checks/readability-redundant-function-ptr-dereference.rst:25
+  int i = (*p)(10, 50);
+
----------------
Nit: an extra blank line.


https://reviews.llvm.org/D27520





More information about the cfe-commits mailing list