]> granicus.if.org Git - clang/commit
Initial support for pointer arithmetic. Only support concrete indexes and
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 2 Mar 2009 07:52:23 +0000 (07:52 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 2 Mar 2009 07:52:23 +0000 (07:52 +0000)
commit94aa6c16e7404b2ff83a6f0ae7db8a758d389fc4
tree856ec6c18d7e758b0f0b2b92c427a5e1469ffd38
parent82573ee7419091e5ec87e2f4fa254c7a285781d6
Initial support for pointer arithmetic. Only support concrete indexes and
offsets for now.

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