]> granicus.if.org Git - clang/commit
[analyzer] Remove bindExprAndLocation, which does extra work for no gain.
authorJordan Rose <jordan_rose@apple.com>
Thu, 6 Dec 2012 18:58:01 +0000 (18:58 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 6 Dec 2012 18:58:01 +0000 (18:58 +0000)
commit7affe151f5689b2d3547b8947c4099532c78a021
tree8c3c7e834505ad262ada467546823335c8d3cbb2
parent15757316d67cb7a854d53a0402d67ad58347600a
[analyzer] Remove bindExprAndLocation, which does extra work for no gain.

This feature was probably intended to improve diagnostics, but was currently
only used when dumping the Environment. It shows what location a given value
was loaded from, e.g. when evaluating an LValueToRValue cast.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169522 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
lib/StaticAnalyzer/Core/Environment.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/ProgramState.cpp