forked from OSchip/llvm-project
Unbreak tests. I'll look into why this is necessary later.
llvm-svn: 80468
This commit is contained in:
parent
dc09af3ef5
commit
744a249493
|
@ -1137,6 +1137,7 @@ Sema::InstantiateMemInitializers(CXXConstructorDecl *New,
|
|||
QualType BaseType(Init->getBaseClass(), 0);
|
||||
BaseType = SubstType(BaseType, TemplateArgs, Init->getSourceLocation(),
|
||||
New->getDeclName());
|
||||
BaseType = Context.getCanonicalType(BaseType);
|
||||
|
||||
NewInit = BuildBaseInitializer(BaseType,
|
||||
(Expr **)NewArgs.data(),
|
||||
|
|
Loading…
Reference in New Issue