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);
|
||||
return true;
|
||||
}
|
||||
while (MaybeParseTypeSpecifier(DS, isInvalid, PrevSpec));
|
||||
while (MaybeParseTypeSpecifier(DS, isInvalid, PrevSpec)) ;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue