[clang-tidy] Add return value for non-assert builds.

llvm-svn: 251262
This commit is contained in:
Daniel Jasper 2015-10-25 21:44:55 +00:00
parent 528a30d62c
commit 2468ca0395
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ getZeroLiteralToCompareWithForGivenType(CastKind CastExpressionKind,
default:
assert(false && "Unexpected cast kind");
}
return "";
}
bool isUnaryLogicalNotOperator(const Stmt *Statement) {