forked from qt-creator/qt-creator
Added semantic checks for compound expressions.
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
|
||||
void check(DeclarationAST *declaration, Scope *scope, TemplateParameters *templateParameters = 0);
|
||||
|
||||
void check(StatementAST *statement, Scope *scope);
|
||||
FullySpecifiedType check(StatementAST *statement, Scope *scope);
|
||||
|
||||
const Name *check(NameAST *name, Scope *scope);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user