]> granicus.if.org Git - clang/commit
When getting the element region type, we should get the rvalue type of the super
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 23 Jan 2009 10:19:29 +0000 (10:19 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 23 Jan 2009 10:19:29 +0000 (10:19 +0000)
commitc496f14291b6577cf9bb1737efae01cce71182e2
tree65034b1d3239aceb3f8489a0c5ae79f988b33d9f
parent09d5b16d0ea4b4fc267791a1d0773db8bf7d8d99
When getting the element region type, we should get the rvalue type of the super
region. Otherwise we would get an extra level of pointer type.

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