[cfe-commits] [PATCH] Rename StmtDumper::DumpSubTree() to dumpStmt()

Philip Craig philipjcraig at gmail.com
Mon Dec 3 02:01:51 PST 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156.1.patch
Type: text/x-patch
Size: 12221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121203/1f433350/attachment.bin>


More information about the cfe-commits mailing list