]> granicus.if.org Git - clang/commit
NFC: Move VisitExpr code to dumpStmt
authorStephen Kelly <steveire@gmail.com>
Thu, 6 Dec 2018 23:33:33 +0000 (23:33 +0000)
committerStephen Kelly <steveire@gmail.com>
Thu, 6 Dec 2018 23:33:33 +0000 (23:33 +0000)
commite4ebf307e91c5e2417315c9f28cb8ae981b36116
tree3dc677a2cbe93a00d8cc4e75349c09b652239e9b
parentfd011d27acefc9a092c204ee6ea7737ab8f5277b
NFC: Move VisitExpr code to dumpStmt

Summary:
The call is duplicated in the handlers of all Expr subclasses.

This change makes it easy to split statement handling out to
TextNodeDumper.

Reviewers: aaron.ballman

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D55339

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