aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2011-11-17 23:07:28 +0000
committerAnna Zaks <ganna@apple.com>2011-11-17 23:07:28 +0000
commit0d339d06f8721d14befd6311bd306ac485772188 (patch)
tree11347faffcd3c67ff414093e0a0b8a8ae3b19996 /lib/CodeGen/CGDebugInfo.cpp
parentd3b74d9ca4f239a7a90ad193378c494306c57352 (diff)
[analyzer] Do not conjure a symbol when we need to propagate taint.
When the solver and SValBuilder cannot reason about symbolic expressions (ex: (x+1)*y ), the analyzer conjures a new symbol with no ties to the past. This helps it to recover some path-sensitivity. However, this breaks the taint propagation. With this commit, we are going to construct the expression even if we cannot reason about it later on if an operand is tainted. Also added some comments and asserts. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144932 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions