This is an archive of the discontinued LLVM Phabricator instance.

Replace FullComment member being visited with parameter
ClosedPublic

Authored by steveire on Nov 29 2018, 11:36 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

steveire created this revision.Nov 29 2018, 11:36 AM

This is a really nice cleanup, thank you!

lib/AST/ASTDumper.cpp
114–115 ↗(On Diff #175913)

Why not inherit from ConstCommentVisitor instead?

2684 ↗(On Diff #175913)

If the argument isn't used in the function, can you drop the identifier for it from the parameter declaration? (Same elsewhere.)

steveire updated this revision to Diff 175963.Nov 29 2018, 2:27 PM

Remove param

steveire updated this revision to Diff 175966.Nov 29 2018, 2:32 PM

Remove &&

This revision is now accepted and ready to land.Nov 30 2018, 5:02 AM
This revision was automatically updated to reflect the committed changes.