]> granicus.if.org Git - clang/commit
Do not model loads from complex types, since we don't accurately model the imaginary...
authorTed Kremenek <kremenek@apple.com>
Wed, 9 Jan 2013 18:46:17 +0000 (18:46 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 9 Jan 2013 18:46:17 +0000 (18:46 +0000)
commitbeac9e3772e255f89dad0abe34811953121912b2
tree859e27aef3dc40f4b65c66962d00aa878c8f17a6
parent719e53f64637c5ac41aac0c711e1977487ffc0d7
Do not model loads from complex types, since we don't accurately model the imaginary and real parts yet.

Fixes false positive reported in <rdar://problem/12964481>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171987 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/RegionStore.cpp
test/Analysis/misc-ps-region-store.cpp