]> granicus.if.org Git - clang/commit
NFC: Rename TemplateDecl dump utilities
authorStephen Kelly <steveire@gmail.com>
Sun, 9 Dec 2018 13:33:30 +0000 (13:33 +0000)
committerStephen Kelly <steveire@gmail.com>
Sun, 9 Dec 2018 13:33:30 +0000 (13:33 +0000)
commitf4ade88ccba4b55eb729cb9d44683883743285bc
tree7dec869a411142b57084d1023d71f949e6122886
parent047b1e9e949a077d6ec165badb8a2d77d7f054d8
NFC: Rename TemplateDecl dump utilities

There is a clang::TemplateDecl AST type, so a method called
VisitTemplateDecl looks like it should 'override' the method from the
base visitor, but it does not because of the extra parameters it takes.

In reality, these methods are utilities, so name them like utilities.

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