diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2010-03-30 16:52:20 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2010-03-30 16:59:07 +0200 |
commit | e421d32147c867e326fbf036781f57c873f7056e (patch) | |
tree | 5ac53cbad75b4ce66e05bd281182dbb95f102b0d /src/shared/cplusplus/CheckDeclaration.h | |
parent | aff7d3fdf8c78488d85bffba4c72f64d92f23f74 (diff) | |
download | qt-creator-e421d32147c867e326fbf036781f57c873f7056e.tar.gz |
Postpone the parsing of function definitions.
Diffstat (limited to 'src/shared/cplusplus/CheckDeclaration.h')
-rw-r--r-- | src/shared/cplusplus/CheckDeclaration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/cplusplus/CheckDeclaration.h b/src/shared/cplusplus/CheckDeclaration.h index d2977a51f0..d9d8cb0170 100644 --- a/src/shared/cplusplus/CheckDeclaration.h +++ b/src/shared/cplusplus/CheckDeclaration.h @@ -62,6 +62,7 @@ public: virtual ~CheckDeclaration(); void check(DeclarationAST *declaration, Scope *scope, TemplateParameters *templateParameters); + void check(CtorInitializerAST *ast, Scope *scope); protected: DeclarationAST *switchDeclaration(DeclarationAST *declaration); |