]> granicus.if.org Git - clang/commit
The Decl of an array region can be VarDecl or FieldDecl. Handle this in RegionStoreMa...
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 24 Oct 2008 09:06:51 +0000 (09:06 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 24 Oct 2008 09:06:51 +0000 (09:06 +0000)
commitbfb6582ef46dfb33672d9621f879fc262339d704
tree0e5ec087f327ccef3824878d3e7f55393c4da8a9
parent72e1682bbdfd497ce838d648bb2cb6047c015f6f
The Decl of an array region can be VarDecl or FieldDecl. Handle this in RegionStoreManager::ArrayToPointer().

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