It is dumping more than just declarators.
On Mon, Dec 3, 2012 at 8:30 PM, Chandler Carruth <[email protected]> wrote: > Just FYI, 'Decl' is an abbreviation of Declaration, not Declarator. Was the > function actually dumping the entire declaration, or was it in fact just > dumping the declarator? > > > On Mon, Dec 3, 2012 at 2:01 AM, Philip Craig <[email protected]> wrote: >> >> Also rename DumpDeclarator() to dumpDecl(). Once Decl dumping is added, >> these will be the two main methods of the class, so this is just for >> consistency in naming. >> >> There was a DumpStmt() method already, but there was no point in having >> it, so I have merged it into VisitStmt(). Similarly, DumpExpr() is merged >> into VisitExpr(). >> >> http://llvm-reviews.chandlerc.com/D156 >> >> Files: >> lib/AST/StmtDumper.cpp >> >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >> > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
