forked from qt-creator/qt-creator
Added protocol & class definedness checks, and added property attribute checks.
This commit is contained in:
@@ -416,8 +416,8 @@ bool CheckSpecifier::visit(AttributeSpecifierAST *ast)
|
||||
bool CheckSpecifier::visit(ObjCTypeNameAST * /*ast*/)
|
||||
{
|
||||
// TODO: implement this (EV)
|
||||
_fullySpecifiedType = FullySpecifiedType();
|
||||
return false;
|
||||
// _fullySpecifiedType = FullySpecifiedType();
|
||||
return true;
|
||||
}
|
||||
|
||||
CPLUSPLUS_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user