]> granicus.if.org Git - clang/commit
Introduce optional labels to dumpStmt
authorStephen Kelly <steveire@gmail.com>
Sun, 9 Dec 2018 13:23:07 +0000 (13:23 +0000)
committerStephen Kelly <steveire@gmail.com>
Sun, 9 Dec 2018 13:23:07 +0000 (13:23 +0000)
commitccdd734a545205083992c518bd97c1f10a2f4c63
tree764788977cf7835f752bda6033f25b57c855dd22
parent0dcc82f20b23b02e3a2e83e5f9aca3edad965c7f
Introduce optional labels to dumpStmt

If the label is present, it is added as a child, with the statement a
child of the label.  This preserves behavior of the InitListExpr dump
output.

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