]> granicus.if.org Git - clang/commit
[ASTDump] Inline traverse methods into class
authorStephen Kelly <steveire@gmail.com>
Wed, 30 Jan 2019 21:48:32 +0000 (21:48 +0000)
committerStephen Kelly <steveire@gmail.com>
Wed, 30 Jan 2019 21:48:32 +0000 (21:48 +0000)
commitfb3023497a11e4dc7d1c032dfc13dabd28791781
treee405613e4c7201aadd6b6495ea22f3d1da823135
parent39f4e5b50e00628214a683c8b499a57d4ee3571a
[ASTDump] Inline traverse methods into class

This API will be extracted into a new template class.  This change will
make the follow-up commit easier to review.

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