]> granicus.if.org Git - clang/commit
Inline dumpFullComment into callers
authorStephen Kelly <steveire@gmail.com>
Sun, 9 Dec 2018 13:18:55 +0000 (13:18 +0000)
committerStephen Kelly <steveire@gmail.com>
Sun, 9 Dec 2018 13:18:55 +0000 (13:18 +0000)
commitfc1a81eefb6d203d021b97c4ca5143a5e64d8c98
tree71ccaa83b0d69cc35c28fb04320f4d7d27bbaa47
parent34ab31b28e583e023d050cba23b44d3d19639f5f
Inline dumpFullComment into callers

It causes confusion over whether it or dumpComment is the more
important. It is easier to refactor with fewer utility methods.

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