[PATCH] D57472: [AST] Extract ASTDumpTraverser class from ASTDumper

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 1 11:38:06 PST 2019


aaron.ballman added inline comments.


================
Comment at: include/clang/AST/ASTDumpTraverser.h:1
+//===--- ASTDumpTraverser.h - Traversal of AST nodes ----------------------===//
+//
----------------
steveire wrote:
> I think I'll rename this to `ASTNodeTraverser`. Any objections?
Nope, I think that's a good idea.


Repository:
  rC Clang

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

https://reviews.llvm.org/D57472





More information about the cfe-commits mailing list