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)
commit3283535dc8c82c0fab0236a94c1f06e7e4f6ba48
treeacc90b5ce10341942218fd5691f1446ce7459d77
parent39271a195babb514ce99226f0718000f0d592aab
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.

llvm-svn: 348717
clang/lib/AST/ASTDumper.cpp