Skip to content

Commit 64ff2b2

Browse files
committed
[NFC] ASTDumper: Tweak AppliedPropertyWrapperExpr dumping
1 parent 7c226dd commit 64ff2b2

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
@@ -2513,6 +2513,7 @@ class PrintExpr : public ExprVisitor<PrintExpr> {
25132513

25142514
void visitAppliedPropertyWrapperExpr(AppliedPropertyWrapperExpr *E) {
25152515
printCommon(E, "applied_property_wrapper_expr");
2516+
OS << '\n';
25162517
printRec(E->getValue());
25172518
PrintWithColorRAII(OS, ParenthesisColor) << ')';
25182519
}

0 commit comments

Comments
 (0)