This is an archive of the discontinued LLVM Phabricator instance.

Add dumpMethodDeclOverrides to NodeDumper
AbandonedPublic

Authored by steveire on Dec 9 2018, 5:45 AM.

Details

Reviewers
aaron.ballman

Diff Detail

Event Timeline

steveire created this revision.Dec 9 2018, 5:45 AM
aaron.ballman accepted this revision.Dec 9 2018, 9:27 AM

LGTM, aside from a minor nit.

lib/AST/ASTDumper.cpp
921

Elide braces, and since you're touching the line, might as well do const auto *.

This revision is now accepted and ready to land.Dec 9 2018, 9:27 AM
steveire abandoned this revision.Dec 21 2018, 2:31 PM

Abandoning this because it's not really the right approach as it appears in the interface between the generic traverser and the generic node dumper, which it really shouldn't.