This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Ignore empty members and bases in cppcoreguidelines-pro-type-member-init
ClosedPublic

Authored by malcolm.parsons on Oct 4 2016, 8:19 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

malcolm.parsons retitled this revision from to [clang-tidy] Ignore empty members and bases in cppcoreguidelines-pro-type-member-init.
malcolm.parsons updated this object.
malcolm.parsons added a subscriber: cfe-commits.
aaron.ballman accepted this revision.Oct 10 2016, 6:20 AM
aaron.ballman edited edge metadata.

LGTM, with one small commenting nit.

clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
320 ↗(On Diff #73485)

Comments should be complete sentences (capitalization, punctuation, etc), however, I'm not certain that this comment adds value as is. I would mark it a FIXME because copy-paste code is bad.

This revision is now accepted and ready to land.Oct 10 2016, 6:20 AM
malcolm.parsons edited edge metadata.

Mark comment as FIXME.

alexfh accepted this revision.Oct 10 2016, 10:54 AM
alexfh edited edge metadata.

LG

This revision was automatically updated to reflect the committed changes.