Added semantic checks for compound expressions.

This commit is contained in:
Erik Verbruggen
2010-02-04 16:31:29 +01:00
parent fd90c3503d
commit 6ca5f5f5f8
8 changed files with 74 additions and 27 deletions

View File

@@ -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);