We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4695214 + 26c5077 commit cd18c38Copy full SHA for cd18c38
lib/AST/ASTDumper.cpp
@@ -2343,7 +2343,7 @@ class PrintExpr : public ExprVisitor<PrintExpr> {
2343
printCommon(E, "enum_is_case_expr") << ' ' <<
2344
E->getEnumElement()->getName() << "\n";
2345
printRec(E->getSubExpr());
2346
-
+ PrintWithColorRAII(OS, ParenthesisColor) << ')';
2347
}
2348
void visitUnresolvedPatternExpr(UnresolvedPatternExpr *E) {
2349
printCommon(E, "unresolved_pattern_expr") << '\n';
0 commit comments