summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-07-22 17:18:37 +0000
committerDouglas Gregor <dgregor@apple.com>2009-07-22 17:18:37 +0000
commitb09f3d82cc7ed9aacb0260b23704e285b0efa689 (patch)
tree8aae2efa95b54d13c583a8a85d03ceef8cccdd30 /clang/lib/Sema/Sema.h
parent3de6b707302be0a4e55a4503d7b1d71b0cc3f837 (diff)
downloadbcm5719-llvm-b09f3d82cc7ed9aacb0260b23704e285b0efa689.tar.gz
bcm5719-llvm-b09f3d82cc7ed9aacb0260b23704e285b0efa689.zip
Implement parsing and semantic analysis for out-of-line definitions of static
data members of class templates. We don't instantiate the definitions yet, however. llvm-svn: 76756
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r--clang/lib/Sema/Sema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index 22e4323ec13..7f652f2c1ac 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -443,6 +443,7 @@ public:
bool &Redeclaration);
NamedDecl* ActOnVariableDeclarator(Scope* S, Declarator& D, DeclContext* DC,
QualType R, NamedDecl* PrevDecl,
+ MultiTemplateParamsArg TemplateParamLists,
bool &Redeclaration);
void CheckVariableDeclaration(VarDecl *NewVD, NamedDecl *PrevDecl,
bool &Redeclaration);
OpenPOWER on IntegriCloud