diff options
author | Richard Trieu <rtrieu@google.com> | 2011-09-09 03:18:59 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2011-09-09 03:18:59 +0000 |
commit | 90ab75b5ad328d2b155ec83fd4e80cd0f7af5729 (patch) | |
tree | 5a8489e08e6ff83cc3636e89d2b35bdf0d3dd6fc /lib/Parse/ParseTemplate.cpp | |
parent | b2fc69097d15f6374b9e5e6101f33960c34acbed (diff) |
Changed references of BaseTy, MemInitTy, CXXScopeTy, TemplateParamsTy to CXXBaseSpecifier, CXXCtorInitializer, NestedNameSpecifier, TemplateParameterList and removed their typedefs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseTemplate.cpp')
-rw-r--r-- | lib/Parse/ParseTemplate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/ParseTemplate.cpp b/lib/Parse/ParseTemplate.cpp index b70a51da9e..f9fe3563b4 100644 --- a/lib/Parse/ParseTemplate.cpp +++ b/lib/Parse/ParseTemplate.cpp @@ -560,7 +560,7 @@ Parser::ParseTemplateTemplateParameter(unsigned Depth, unsigned Position) { return 0; } - TemplateParamsTy *ParamList = + TemplateParameterList *ParamList = Actions.ActOnTemplateParameterList(Depth, SourceLocation(), TemplateLoc, LAngleLoc, TemplateParams.data(), |