]> granicus.if.org Git - clang/commit
Allow offsets to be negative. Out-of-bound cases are checked elsewhere. We
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 3 Aug 2010 06:34:25 +0000 (06:34 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 3 Aug 2010 06:34:25 +0000 (06:34 +0000)
commite3273e78da4716f9c999ae207f6898f376a6e1a4
tree4a58854175e9a4f13f72ed567caa96ce3f8f0fa5
parente888233f6b115d3b0dd73bcb5f35e93794408542
Allow offsets to be negative. Out-of-bound cases are checked elsewhere. We
shouldn't put restrictions in store manager.

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