]> granicus.if.org Git - clang/commit
Implement BlockDecl::Capture dump in terms of visitors
authorStephen Kelly <steveire@gmail.com>
Tue, 15 Jan 2019 20:41:37 +0000 (20:41 +0000)
committerStephen Kelly <steveire@gmail.com>
Tue, 15 Jan 2019 20:41:37 +0000 (20:41 +0000)
commit48f3908b008d2b24ee43e9e8e3ce66c37b92baf3
tree9f4359468a01d84d61b584b0de905d3ce84b564b
parentfb4e678d5a81330b77c5dcd5de0aea025be8a196
Implement BlockDecl::Capture dump in terms of visitors

Reviewers: aaron.ballman

Subscribers: cfe-commits

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

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