aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-07-01 19:21:19 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-07-01 19:21:19 +0000
commit961743326fd18776f897bf4461345dba680ef637 (patch)
treec11f0b61cc7521cb153420d1afca44a4cf64f760 /include
parent31c11ebdaab0acfa10e231730ae95e32c0e39e1f (diff)
Patch to implement template types in ctor-initializer list.
Also has fix for bugzilla-4469. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74631 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/Parse/Action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h
index a8e52b2a86..24262a1126 100644
--- a/include/clang/Parse/Action.h
+++ b/include/clang/Parse/Action.h
@@ -1205,6 +1205,7 @@ public:
Scope *S,
const CXXScopeSpec &SS,
IdentifierInfo *MemberOrBase,
+ TypeTy *TemplateTypeTy,
SourceLocation IdLoc,
SourceLocation LParenLoc,
ExprTy **Args, unsigned NumArgs,