This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Add check for redundant function pointer dereferences
ClosedPublic

Authored by malcolm.parsons on Dec 7 2016, 6:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

malcolm.parsons retitled this revision from to [clang-tidy] Add check for redundant function pointer dereferences.
malcolm.parsons updated this object.
malcolm.parsons added a subscriber: cfe-commits.

Please mention this check in docs/ReleaseNotes.rst (in alphabetical order).

docs/clang-tidy/checks/readability-redundant-function-ptr-dereference.rst
7 ↗(On Diff #80588)

I think will be better o refer to textual representation if available.

Add to release notes.
Remove youtube link.

hokein accepted this revision.Dec 12 2016, 11:48 AM
hokein edited edge metadata.

Nice, the patch looks good to me.

docs/clang-tidy/checks/readability-redundant-function-ptr-dereference.rst
25 ↗(On Diff #80642)

Nit: an extra blank line.

This revision is now accepted and ready to land.Dec 12 2016, 11:48 AM
This revision was automatically updated to reflect the committed changes.