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

Summary: This call is duplicated in Visits of all direct subclasses of Stmt.

Reviewers: aaron.ballman

Subscribers: cfe-commits

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

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