diff options
Diffstat (limited to 'include/clang/AST/Expr.h')
-rw-r--r-- | include/clang/AST/Expr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/AST/Expr.h b/include/clang/AST/Expr.h index ce86458ed4..df20cb4057 100644 --- a/include/clang/AST/Expr.h +++ b/include/clang/AST/Expr.h @@ -2276,6 +2276,8 @@ private: case CK_IntegralComplexToReal: case CK_IntegralComplexCast: case CK_IntegralComplexToFloatingComplex: + case CK_ObjCProduceObject: + case CK_ObjCConsumeObject: assert(!getType()->isBooleanType() && "unheralded conversion to bool"); // fallthrough to check for null base path |