]> granicus.if.org Git - clang/commit
Re-order overrides in FunctionDecl dump
authorStephen Kelly <steveire@gmail.com>
Tue, 15 Jan 2019 22:50:37 +0000 (22:50 +0000)
committerStephen Kelly <steveire@gmail.com>
Tue, 15 Jan 2019 22:50:37 +0000 (22:50 +0000)
commitafd1663033f23195e3bc14359925d1d86a8b89c5
tree06b1dc1930e70bd02475065ced689b217d3f8952
parent36955ca1903c73a1561916b1c3bd2e2ba07a8e59
Re-order overrides in FunctionDecl dump

Output all content which is local to the FunctionDecl before traversing
to child AST nodes.

This is necessary so that all of the part which is local to the
FunctionDecl can be split into a different method.

Reviewers: aaron.ballman

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

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