This is an archive of the discontinued LLVM Phabricator instance.

[Format] Cleanup after replacing constructor body with = default
ClosedPublic

Authored by malcolm.parsons on Oct 19 2016, 6:38 AM.

Details

Summary

Remove colon and commas after replacing constructor body with = default.
Fix annotation of TT_CtorInitializerColon when preceded by a comment.

Diff Detail

Repository
rL LLVM

Event Timeline

malcolm.parsons retitled this revision from to [Format] Cleanup after replacing constructor body with = default.
malcolm.parsons updated this object.
malcolm.parsons added a reviewer: djasper.
malcolm.parsons added a subscriber: cfe-commits.
djasper accepted this revision.Oct 19 2016, 6:46 AM
djasper edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Oct 19 2016, 6:46 AM
This revision was automatically updated to reflect the committed changes.