]> granicus.if.org Git - clang/commit
Re-order content from InitListExpr
authorStephen Kelly <steveire@gmail.com>
Sun, 9 Dec 2018 13:15:18 +0000 (13:15 +0000)
committerStephen Kelly <steveire@gmail.com>
Sun, 9 Dec 2018 13:15:18 +0000 (13:15 +0000)
commit34ab31b28e583e023d050cba23b44d3d19639f5f
tree31f0d80155a827c27c51e447739751cade7bbdda
parent650794aa0eac720e200d0e73b24ca1f9c61bb3c5
Re-order content from InitListExpr

Summary:
This causes no change in the output of ast-dump-stmt.cpp due to the way
child nodes are printed with a delay.

Reviewers: aaron.ballman

Subscribers: cfe-commits

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

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