diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-07-01 19:21:19 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-07-01 19:21:19 +0000 |
commit | c1fc3ec87807a35e2e12bb41a079b10c9db1350a (patch) | |
tree | 922fe4e3b982e26a909e8c971701f321c5f81131 /clang/lib/Sema/Sema.h | |
parent | 39e64d452a930ad8aad708842cc53527d8a77c18 (diff) | |
download | bcm5719-llvm-c1fc3ec87807a35e2e12bb41a079b10c9db1350a.tar.gz bcm5719-llvm-c1fc3ec87807a35e2e12bb41a079b10c9db1350a.zip |
Patch to implement template types in ctor-initializer list.
Also has fix for bugzilla-4469.
llvm-svn: 74631
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r-- | clang/lib/Sema/Sema.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 7576be8af14..338221e4d41 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -1899,6 +1899,7 @@ public: Scope *S, const CXXScopeSpec &SS, IdentifierInfo *MemberOrBase, + TypeTy *TemplateTypeTy, SourceLocation IdLoc, SourceLocation LParenLoc, ExprTy **Args, unsigned NumArgs, |