[PATCH] D55339: NFC: Move VisitExpr code to dumpStmt

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 6 05:52:24 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 small nit.



================
Comment at: lib/AST/ASTDumper.cpp:1698
 
+    if (auto *E = dyn_cast<Expr>(S)) {
+      NodeDumper.dumpType(E->getType());
----------------
`const auto *`


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55339/new/

https://reviews.llvm.org/D55339





More information about the cfe-commits mailing list