forked from OSchip/llvm-project
parent
ff35428593
commit
3110a5cb93
|
@ -931,7 +931,6 @@ void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) {
|
||||||
return cutOffParsing();
|
return cutOffParsing();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SourceLocation SelLoc;
|
SourceLocation SelLoc;
|
||||||
IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc);
|
IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue