[PATCH] D55490: Add dumpMethodDeclOverrides to NodeDumper
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 9 09:28:50 PST 2018
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, aside from a minor nit.
================
Comment at: lib/AST/ASTDumper.cpp:921
if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(D)) {
+ dumpMethodDeclOverrides(MD);
----------------
Elide braces, and since you're touching the line, might as well do `const auto *`.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55490/new/
https://reviews.llvm.org/D55490
More information about the cfe-commits
mailing list