]> granicus.if.org Git - clang/commit
[analyzer] Fixit for r158136.
authorAnna Zaks <ganna@apple.com>
Thu, 7 Jun 2012 20:18:08 +0000 (20:18 +0000)
committerAnna Zaks <ganna@apple.com>
Thu, 7 Jun 2012 20:18:08 +0000 (20:18 +0000)
commit783f0087ecb5af27d2f8caed7d6b904797c3d752
tree922c6b3c926ce676681cec330b352c15c7bcf5f9
parentec22f56f2031c3e61100d42133b06f9b9f020ee6
[analyzer] Fixit for r158136.

I falsely assumed that the memory spaces are equal when we reach this
point, they might not be when memory space of one or more is stack or
Unknown. We don't want a region from Heap space alias something with
another memory space.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158165 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
test/Analysis/malloc.c