]> granicus.if.org Git - clang/commit
Fix a few more false positives involving RegionStore and unions, but this time
authorTed Kremenek <kremenek@apple.com>
Thu, 6 Aug 2009 22:33:36 +0000 (22:33 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 6 Aug 2009 22:33:36 +0000 (22:33 +0000)
commit566a6faa54235590ab8d7d177dfac08586f545b0
tree647ad583af62ae694f8a847e6c0669601ff674ba
parent657c1acfc47d5c315ce864f2089b692262532a17
Fix a few more false positives involving RegionStore and unions, but this time
with array accesses. In the process, refactor some common logic in
RetrieveElement() and RetrieveField() into RetrieveFieldOrElementCommon().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78349 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/RegionStore.cpp
test/Analysis/unions-region.m