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 b584f36 + 0013946 commit fd41f62Copy full SHA for fd41f62
lib/AST/ASTDumper.cpp
@@ -2150,7 +2150,7 @@ class PrintExpr : public ExprVisitor<PrintExpr> {
2150
PrintWithColorRAII(OS, ParenthesisColor) << ')';
2151
}
2152
void visitArgumentShuffleExpr(ArgumentShuffleExpr *E) {
2153
- printCommon(E, "tuple_shuffle_expr");
+ printCommon(E, "argument_shuffle_expr");
2154
switch (E->getTypeImpact()) {
2155
case ArgumentShuffleExpr::ScalarToTuple:
2156
OS << " scalar_to_tuple";
0 commit comments