forked from qt-creator/qt-creator
Add check for anchor line, changed value assignment checks into visitor.
Done-with: Erik Verbruggen
This commit is contained in:
@@ -57,11 +57,6 @@ private:
|
||||
void visitQmlObject(AST::Node *ast, AST::UiQualifiedId *typeId,
|
||||
AST::UiObjectInitializer *initializer);
|
||||
const Interpreter::Value *checkScopeObjectMember(const AST::UiQualifiedId *id);
|
||||
void checkPropertyAssignment(const AST::SourceLocation &location,
|
||||
const Interpreter::Value *lhsValue,
|
||||
const Interpreter::Value *rhsValue,
|
||||
QmlJS::AST::ExpressionNode *ast);
|
||||
void errorOnWrongRhs(const AST::SourceLocation &loc, const Interpreter::Value *lhsValue);
|
||||
|
||||
void warning(const AST::SourceLocation &loc, const QString &message);
|
||||
void error(const AST::SourceLocation &loc, const QString &message);
|
||||
|
||||
Reference in New Issue
Block a user