[clang-tidy] Add return value for non-assert builds.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@251262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
33986728ce
Коммит
026e9e8c34
|
@ -84,6 +84,7 @@ getZeroLiteralToCompareWithForGivenType(CastKind CastExpressionKind,
|
|||
default:
|
||||
assert(false && "Unexpected cast kind");
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
bool isUnaryLogicalNotOperator(const Stmt *Statement) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче