зеркало из https://github.com/microsoft/clang-1.git
Add the newly created temporary to the ExprTemporaries stack.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72638 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
1c02101999
Коммит
860306ee30
|
@ -1536,7 +1536,8 @@ Sema::OwningExprResult Sema::MaybeBindToTemporary(Expr *E) {
|
|||
|
||||
CXXTemporary *Temp = CXXTemporary::Create(Context,
|
||||
RD->getDestructor(Context));
|
||||
|
||||
ExprTemporaries.push_back(Temp);
|
||||
|
||||
// FIXME: Add the temporary to the temporaries vector.
|
||||
return Owned(CXXBindTemporaryExpr::Create(Context, Temp, E));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче