forked from OSchip/llvm-project
parent
f58f0cbfd5
commit
99231d5c98
|
@ -1256,8 +1256,7 @@ Parser::OwningExprResult Parser::ParseBlockLiteralExpression() {
|
|||
} else {
|
||||
Actions.ActOnBlockError(CaretLoc, CurScope);
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
// Saw something like: ^expr
|
||||
Diag(Tok, diag::err_expected_expression);
|
||||
return ExprError();
|
||||
|
|
Loading…
Reference in New Issue