Fix build for clang r291753

llvm-svn: 291756
This commit is contained in:
Pavel Labath 2017-01-12 10:44:16 +00:00
parent c9affb0dbd
commit 4294de3aa0
1 changed files with 1 additions and 2 deletions

View File

@ -1528,8 +1528,7 @@ ClassTemplateDecl *ClangASTContext::CreateClassTemplateDecl(
*ast,
decl_ctx, // What decl context do we use here? TU? The actual decl
// context?
SourceLocation(), decl_name, template_param_list, template_cxx_decl,
nullptr);
SourceLocation(), decl_name, template_param_list, template_cxx_decl);
if (class_template_decl) {
if (access_type != eAccessNone)