This is an archive of the discontinued LLVM Phabricator instance.

Move dump method implementations to their respective class files
Needs ReviewPublic

Authored by steveire on May 17 2019, 7:37 AM.

Details

Reviewers
aaron.ballman
Summary

There is no need to group them together.

Diff Detail

Event Timeline

steveire created this revision.May 17 2019, 7:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2019, 7:37 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman added inline comments.May 20 2019, 1:37 PM
lib/AST/Comment.cpp
378–380

If we're moving things around, is there a reason we should keep this in a source file as opposed to inlining it in the header? Same goes for the other trivial implementations.