Skip to content

Commit e4ba9bb

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents b960584 + 0e94708 commit e4ba9bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/AST/ASTDumper.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,6 +1884,10 @@ class PrintExpr : public ExprVisitor<PrintExpr> {
18841884

18851885
void visitCodeCompletionExpr(CodeCompletionExpr *E) {
18861886
printCommon(E, "code_completion_expr");
1887+
if (E->getBase()) {
1888+
OS << '\n';
1889+
printRec(E->getBase());
1890+
}
18871891
PrintWithColorRAII(OS, ParenthesisColor) << ')';
18881892
}
18891893

0 commit comments

Comments
 (0)