Skip to content

Commit 531109c

Browse files
committed
Add closing paren after ObjectLiteralExpr dump
1 parent b823db8 commit 531109c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/AST/ASTDumper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,6 +1803,7 @@ class PrintExpr : public ExprVisitor<PrintExpr> {
18031803
printArgumentLabels(E->getArgumentLabels());
18041804
OS << "\n";
18051805
printRec(E->getArg());
1806+
PrintWithColorRAII(OS, ParenthesisColor) << ')';
18061807
}
18071808

18081809
void visitDiscardAssignmentExpr(DiscardAssignmentExpr *E) {

0 commit comments

Comments
 (0)