Fixed bug in call to CXXTemporaryObjectExpr ctor.

llvm-svn: 190249
This commit is contained in:
Enea Zaffanella 2013-09-07 11:22:02 +00:00
parent 525e4444c4
commit 82a65fc828
1 changed files with 1 additions and 1 deletions

View File

@ -5129,8 +5129,8 @@ PerformConstructorInitialization(Sema &S,
new (S.Context) CXXTemporaryObjectExpr(S.Context, Constructor,
TSInfo, ConstructorArgs,
ParenOrBraceRange,
IsListInitialization,
HadMultipleCandidates,
IsListInitialization,
ConstructorInitRequiresZeroInit));
} else {
CXXConstructExpr::ConstructionKind ConstructKind =