forked from qt-creator/qt-creator
Return true if we can recognize an objc-identifier-list.
This commit is contained in:
@@ -3376,6 +3376,7 @@ bool Parser::parseObjCIdentifierList(IdentifierListAST *&node)
|
||||
*it = id;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user