]> granicus.if.org Git - clang/commit
For inline-based inter-procedural analysis, we will have multiple stack space regions...
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 17 Feb 2010 08:46:50 +0000 (08:46 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 17 Feb 2010 08:46:50 +0000 (08:46 +0000)
commitc30470dd245e2c3b367d3d806e75bf6cc20fc18c
treebbea4fb838499631522cbe888a91ba082ec0d2f9
parent8ddf7cead8a67342a4584a203e0bf736b7efedbe
For inline-based inter-procedural analysis, we will have multiple stack space regions. Use a dense map to store them.

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