]> granicus.if.org Git - clang/commit
Change AllocaRegion to subclass TypedRegion. We need to know ElementRegion's
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 13 Nov 2008 07:30:58 +0000 (07:30 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 13 Nov 2008 07:30:58 +0000 (07:30 +0000)
commit56af9773056eb064937c872845c0da6e3d46d4b4
treeb5452f147a6179525bec044236b1493568d1627b
parentea817281b3a7c16f96a89ccd89699b22603a6811
Change AllocaRegion to subclass TypedRegion. We need to know ElementRegion's
type when assigning to it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59229 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/MemRegion.h
lib/Analysis/MemRegion.cpp