From e84af4e4867cadf9edbd1120edf6999e42673cdd Mon Sep 17 00:00:00 2001 From: John McCall Date: Sat, 13 Nov 2010 01:35:44 +0000 Subject: Introduce a null-to-pointer implicit cast kind. llvm-svn: 118966 --- clang/lib/Checker/GRExprEngine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/Checker/GRExprEngine.cpp') diff --git a/clang/lib/Checker/GRExprEngine.cpp b/clang/lib/Checker/GRExprEngine.cpp index 1669a353a55..73b5bf8967e 100644 --- a/clang/lib/Checker/GRExprEngine.cpp +++ b/clang/lib/Checker/GRExprEngine.cpp @@ -2518,6 +2518,7 @@ void GRExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex, case CK_BitCast: case CK_LValueBitCast: case CK_IntegralCast: + case CK_NullToPointer: case CK_IntegralToPointer: case CK_PointerToIntegral: case CK_IntegralToFloating: -- cgit v1.2.3