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)
commit42d9950073fd0ee20a9c21bb12737d3f1c38d28d
treead3c739c570160138c5ddc7c1ab9f45269caed5e
parentb418937793e81fc7541ce2eb322611ce40d43b3e
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

llvm-svn: 351269
clang/lib/AST/ASTDumper.cpp
clang/test/AST/ast-dump-funcs.cpp