forked from qt-creator/qt-creator
Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when using template members.
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
||||
|
||||
FullySpecifiedType check(ExpressionAST *expression, Scope *scope);
|
||||
|
||||
void check(DeclarationAST *declaration, Scope *scope, Scope *templateParameters = 0);
|
||||
void check(DeclarationAST *declaration, Scope *scope, TemplateParameters *templateParameters = 0);
|
||||
|
||||
void check(StatementAST *statement, Scope *scope);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user