]> granicus.if.org Git - clang/commit
Fix crash ElementRegion::getRValueType() when the RvalueType of the ArrayRegion is...
authorTed Kremenek <kremenek@apple.com>
Sat, 24 Jan 2009 06:11:36 +0000 (06:11 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 24 Jan 2009 06:11:36 +0000 (06:11 +0000)
commit8318304afdfe4d6d689681a73424c73615e95859
tree87a49c220d847653225e17d61a4862390e1f01d4
parent3148eb4a75f70f2636075c364d03104223f004d3
Fix crash ElementRegion::getRValueType() when the RvalueType of the ArrayRegion is a typedef and not (directly) a pointer.

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