зеркало из https://github.com/microsoft/clang-1.git
80 cols.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133345 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
944eadbf3f
Коммит
d510fd2dde
|
@ -2109,8 +2109,8 @@ RValue CodeGenFunction::EmitCallExpr(const CallExpr *E,
|
|||
(DestroyedType.getObjCLifetime() == Qualifiers::OCL_Strong ||
|
||||
DestroyedType.getObjCLifetime() == Qualifiers::OCL_Weak)) {
|
||||
// Automatic Reference Counting:
|
||||
// If the pseudo-expression names a retainable object with weak or strong
|
||||
// lifetime, the object shall be released.
|
||||
// If the pseudo-expression names a retainable object with weak or
|
||||
// strong lifetime, the object shall be released.
|
||||
bool isNonGC = false;
|
||||
Expr *BaseExpr = PseudoDtor->getBase();
|
||||
llvm::Value *BaseValue = NULL;
|
||||
|
|
Загрузка…
Ссылка в новой задаче