]> granicus.if.org Git - clang/commit
Implement MallocChecker::EvalDeadSymbols() with the new API. This time we
authorZhongxing Xu <xuzhongxing@gmail.com>
Sun, 15 Aug 2010 08:19:57 +0000 (08:19 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sun, 15 Aug 2010 08:19:57 +0000 (08:19 +0000)
commit173ff5669699bd69eaa63421d764d3f0fd74b4e7
tree75ce3ccc65b2542f7d1b3a7dda9b07e06867ebe9
parent8071e4212ae08f8014e0c3ae6d18b7388003a5cc
Implement MallocChecker::EvalDeadSymbols() with the new API. This time we
iterate over symbols being tracked, instead of symbols being dead.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111097 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/MallocChecker.cpp