]> granicus.if.org Git - clang/commitdiff
Make the assertion real.
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 7 Nov 2008 08:57:30 +0000 (08:57 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 7 Nov 2008 08:57:30 +0000 (08:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58833 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/RegionStore.cpp

index 04aa41e0562f4bdb9d9421187054b1aeea4f025e..2000d80ca52d6bb5f13615a661d3bbb09bbd0a65 100644 (file)
@@ -173,7 +173,7 @@ SVal RegionStoreManager::getLValueField(const GRState* St, SVal Base,
     return Base;
 
   default:
-    assert("Unhandled Base.");
+    assert(0 && "Unhandled Base.");
     return Base;
   }