зеркало из https://github.com/microsoft/clang-1.git
Placate gcc's -Wreturn-type
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149104 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
a5fde150f9
Коммит
ba4be25c90
|
@ -1166,6 +1166,7 @@ CodeGenFunction::getDestroyer(QualType::DestructionKind kind) {
|
|||
case QualType::DK_objc_weak_lifetime:
|
||||
return destroyARCWeak;
|
||||
}
|
||||
llvm_unreachable("Unknown DestructionKind");
|
||||
}
|
||||
|
||||
/// pushDestroy - Push the standard destructor for the given type.
|
||||
|
|
Загрузка…
Ссылка в новой задаче