forked from qt-creator/qt-creator
Added semantic checks for method declarations.
This commit is contained in:
@@ -96,6 +96,7 @@ protected:
|
||||
// ObjC
|
||||
virtual bool visit(ObjCMethodPrototypeAST *ast);
|
||||
|
||||
void checkMessageArgument(ObjCMessageArgumentDeclarationAST *arg);
|
||||
void applyCvQualifiers(SpecifierAST *cv);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user