]> granicus.if.org Git - clang/commitdiff
Add missing return statement.
authorTed Kremenek <kremenek@apple.com>
Thu, 30 Oct 2008 18:34:31 +0000 (18:34 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 30 Oct 2008 18:34:31 +0000 (18:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58444 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/GRExprEngine.cpp

index 852103d58e01df814681dce1a355f5f75c21a473..935fd30e53bad34f52faf57968609ed11261d8b3 100644 (file)
@@ -1686,6 +1686,8 @@ void GRExprEngine::VisitInitListExpr(InitListExpr* E, NodeTy* Pred,
         }
       }
     }
+    
+    return;
   }
 
   if (Loc::IsLocType(T) || T->isIntegerType()) {