]> granicus.if.org Git - clang/commit
Use canonical type for building ElementRegion. Otherwise ElementRegions cannot
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 16 Jun 2009 09:55:50 +0000 (09:55 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 16 Jun 2009 09:55:50 +0000 (09:55 +0000)
commit143b2fc6fd3945c250b333383749010c2c8e3a4c
treed372e866796eaa2261b7bd0af44fc416f1d5f68f
parent78d5b5e738c81b596f20205437120d5f3d7c5d9e
Use canonical type for building ElementRegion. Otherwise ElementRegions cannot
be unique.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73482 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/MemRegion.h
lib/Analysis/BasicStore.cpp
lib/Analysis/MemRegion.cpp
lib/Analysis/RegionStore.cpp
lib/Analysis/Store.cpp
test/Analysis/elementtype.c [new file with mode: 0644]