Use it to add optional label nodes to Stmt dumps. This preserves
behavior of InitExprList dump:
CHECK-NEXT: `-InitListExpr {{.+}} <col:13, col:15> 'U [3]'
CHECK-NEXT: |-array filler: InitListExpr {{.+}} <col:15> 'U' field Field {{.+}} 'i' 'int'
CHECK-NEXT: `-InitListExpr {{.+}} <col:14> 'U' field Field {{.+}} 'i' 'int'
CHECK-NEXT: `-IntegerLiteral {{.+}} <col:14> 'int' 1
Why move this comment down a line? Might as well leave it where it was before (feel free to add a full stop to the end of the comment though).