]> granicus.if.org Git - clang/commit
Fix a handful of dead stores found by Clang's static analyzer. There's a bunch of...
authorTed Kremenek <kremenek@apple.com>
Wed, 17 Aug 2011 21:04:19 +0000 (21:04 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 17 Aug 2011 21:04:19 +0000 (21:04 +0000)
commit012614ecf78442368ec82ee30efb3bc047b413e6
treef773bf609bcda2b21130c3db4b4dddced1a696e0
parent38ca02ed9495a3c708fafc7d8b7d87a8cfcfe8f3
Fix a handful of dead stores found by Clang's static analyzer.  There's a bunch of others I haven't touched.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137867 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFG.cpp
lib/CodeGen/CGBuiltin.cpp
lib/StaticAnalyzer/Core/CFRefCount.cpp