From: Zhongxing Xu Date: Fri, 7 Nov 2008 08:57:30 +0000 (+0000) Subject: Make the assertion real. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13d1ee2ea780c749f8c2298d253b67d50535e493;p=clang Make the assertion real. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58833 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp index 04aa41e056..2000d80ca5 100644 --- a/lib/Analysis/RegionStore.cpp +++ b/lib/Analysis/RegionStore.cpp @@ -173,7 +173,7 @@ SVal RegionStoreManager::getLValueField(const GRState* St, SVal Base, return Base; default: - assert("Unhandled Base."); + assert(0 && "Unhandled Base."); return Base; }