commit | e79a4e667bd216abf9017c8ddc44b58bf80d9455 | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Nov 07 08:57:30 2008 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Nov 07 08:57:30 2008 +0000 |
tree | a30e3938f21c50b0ca79645b4d24965120fe53f6 | |
parent | 34d93f85721725c8aeeb99a9f709f130c6c2c9f7 [diff] |
Make the assertion real. llvm-svn: 58833
diff --git a/clang/lib/Analysis/RegionStore.cpp b/clang/lib/Analysis/RegionStore.cpp index 04aa41e..2000d80 100644 --- a/clang/lib/Analysis/RegionStore.cpp +++ b/clang/lib/Analysis/RegionStore.cpp
@@ -173,7 +173,7 @@ return Base; default: - assert("Unhandled Base."); + assert(0 && "Unhandled Base."); return Base; }