]> granicus.if.org Git - clang/commit
Changed CallRetValSymbol to SymbolConjured to allow "conjured" symbols to be created...
authorTed Kremenek <kremenek@apple.com>
Wed, 12 Mar 2008 21:45:47 +0000 (21:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 12 Mar 2008 21:45:47 +0000 (21:45 +0000)
commit361fa8ecd122a5b06c2c59d44419e202f42e1c5d
tree1255310afe3e78526434c2e2f02d64eea3f2d77f
parent819173c41e395744480e8f325dc5c02438420604
Changed CallRetValSymbol to SymbolConjured to allow "conjured" symbols to be created for any expression, not just CallExprs.
Added experimental support for conjuring symbols during assingments where the RHS is "unknown".  This allows more value tracking for path-sensitivity.
Fixed bug in "assumption" logic when processing symbolic constraints; we would improperly mark constraints we didn't support as infeasible.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48306 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/CFRefCount.cpp
Analysis/GRExprEngine.cpp
Analysis/GRSimpleVals.cpp
Analysis/SymbolManager.cpp
include/clang/Analysis/PathSensitive/SymbolManager.h