Fix a crasher in StoreManager::InvalidateRegion() caused by using the
authorTed Kremenek <kremenek@apple.com>
Wed, 22 Jul 2009 04:23:20 +0000 (04:23 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 22 Jul 2009 04:23:20 +0000 (04:23 +0000)
commitb2d0409d5054e7e21173935d13eaf16a7655bb82
tree60b9da62897b5011dacc775dcd0b64df709fb117
parent6bad1376a24fd83b7d125c7c4a713b6eede0805f
Fix a crasher in StoreManager::InvalidateRegion() caused by using the
'cast type' of a region to invalidate its binding.  This only occurs
when using RegionStoreManager, as it records the cast type.  I'm
currently considering removing the notion of a cast type (see
comments in code).

llvm-svn: 76719
clang/lib/Analysis/Store.cpp
clang/test/Analysis/misc-ps.m