forked from qt-creator/qt-creator
Fixed local usage highlighting for ObjC message parameters.
This commit is contained in:
@@ -411,6 +411,12 @@ protected:
|
||||
accept(ast->argument_list);
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool visit(ObjCMessageArgumentDeclarationAST *ast)
|
||||
{
|
||||
accept(ast->param_name);
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user