]> granicus.if.org Git - clang/commit
Rename StmtDumper::DumpSubTree() to dumpStmt()
authorAlexander Kornienko <alexfh@google.com>
Tue, 11 Dec 2012 15:20:44 +0000 (15:20 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 11 Dec 2012 15:20:44 +0000 (15:20 +0000)
commitd5bc359971fe9e3d78a44e9b25a909f01f3018ec
treedd68d85cfaa5c5adfb2ecf36e86aa1f0af4988c9
parente5d30e3b403539b10aaa52f03875a2243bf88904
Rename StmtDumper::DumpSubTree() to dumpStmt()

Summary:
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().

Reviewers: alexfh

Reviewed By: alexfh

CC: cfe-commits, alexfh
Differential Revision: http://llvm-reviews.chandlerc.com/D156

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169865 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/StmtDumper.cpp