]> granicus.if.org Git - clang/commit
Update old CastRegion logic to not assume that ElementRegion's super region is a
authorTed Kremenek <kremenek@apple.com>
Tue, 30 Jun 2009 22:31:23 +0000 (22:31 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 30 Jun 2009 22:31:23 +0000 (22:31 +0000)
commit19cfa2bde3f5845c22eef2d1b9ee4a0ac9e33f7b
treeb6e11514476f3c3356c7a4bd176e7b1a7725e4f9
parent1bc5bbf39a26d2604884216a511bd51aec1784f6
Update old CastRegion logic to not assume that ElementRegion's super region is a
TypedRegion. While we plan on removing this code at some point, it serves as a
good reference implementation for use with BasicStore until we are sure the new
CastRegion logic (in RegionStore.cpp) is correct.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74559 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/Store.cpp