[cfe-commits] [PATCH] Implement AST dumper for Decls

Philip Craig philipjcraig at gmail.com
Tue Nov 13 15:02:06 PST 2012


  The ASTDumper class is only used to implement the Stmt::dump() and Decl::dump() methods, and if it was a single .cpp file, it would be a private class, and so wouldn't need a header. I'm not sure if you are recommending that it be a single .cpp file or to keep it split.

http://llvm-reviews.chandlerc.com/D52



More information about the cfe-commits mailing list