Skip to content

Commit 293d08e

Browse files
committed
Fix the dump of top_level_code_decl to include the ), fixing rdar://23392159
No testcase because ast dumper isn't something we test.
1 parent c6ddf3c commit 293d08e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/AST/ASTDumper.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ namespace {
850850
OS << "\n";
851851
printRec(TLCD->getBody());
852852
}
853+
OS << ')';
853854
}
854855

855856
void visitIfConfigDecl(IfConfigDecl *ICD) {

0 commit comments

Comments
 (0)