forked from OSchip/llvm-project
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:
parent
4dc462b589
commit
64e9044ea4
|
@ -4972,6 +4972,7 @@ recurse:
|
|||
Out << "L";
|
||||
mangleType(Context.getASTContext().getRecordType(cast<LambdaExpr>(E)->getLambdaClass()));
|
||||
Out << "E";
|
||||
break;
|
||||
}
|
||||
|
||||
case Expr::PackExpansionExprClass:
|
||||
|
|
Loading…
Reference in New Issue