]> granicus.if.org Git - clang/commit
Fix crash in RegionStoreManager::Bind() by using 'getAs<PointerType>()' instead of...
authorTed Kremenek <kremenek@apple.com>
Thu, 24 Sep 2009 06:24:32 +0000 (06:24 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 24 Sep 2009 06:24:32 +0000 (06:24 +0000)
commit35dcad8aeef4fc499ab4f057cf40a5da3cc0ee45
tree46b94052470206a59b4f096171b93c198e593210
parentffbdefc7a24c01a0f77425423278774796a3aa53
Fix crash in RegionStoreManager::Bind() by using 'getAs<PointerType>()' instead of 'cast<PointerType>()' (to handle pointer typedefs).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82686 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/RegionStore.cpp
test/Analysis/misc-ps-region-store.m