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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits