forked from OSchip/llvm-project
parent
2b9dce2669
commit
ad0a0f9cd2
|
@ -313,7 +313,7 @@ bool Parser::ParseCXXTypeSpecifierSeq(DeclSpec &DS) {
|
||||||
Diag(Tok.getLocation(), diag::err_operator_missing_type_specifier);
|
Diag(Tok.getLocation(), diag::err_operator_missing_type_specifier);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
while (MaybeParseTypeSpecifier(DS, isInvalid, PrevSpec));
|
while (MaybeParseTypeSpecifier(DS, isInvalid, PrevSpec)) ;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue