Fix unintended fall-through.

Unfortunately I've not found a way to exercise this code that doesn't
crash elsewhere yet, due to unrelated bugs in how Sema incorrectly
instantiates lambdas in function template signatures.
This commit is contained in:
Richard Smith 2021-10-08 14:24:03 -07:00
parent 4dc462b589
commit 64e9044ea4
1 changed files with 1 additions and 0 deletions

View File

@ -4972,6 +4972,7 @@ recurse:
Out << "L";
mangleType(Context.getASTContext().getRecordType(cast<LambdaExpr>(E)->getLambdaClass()));
Out << "E";
break;
}
case Expr::PackExpansionExprClass: