]> granicus.if.org Git - clang/commit
Remove more GetSVal/GetLValue methods in GRExprEngine/GRState, instead
authorTed Kremenek <kremenek@apple.com>
Fri, 19 Jun 2009 17:10:32 +0000 (17:10 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 19 Jun 2009 17:10:32 +0000 (17:10 +0000)
commit3ff12591494a3cb3d3a24427975df58714ac3b2f
tree2c4950f9985b71f3cfe58cde1c13caa744a1e910
parent5710211845ebe34ec815e08a6e282eafd6118388
Remove more GetSVal/GetLValue methods in GRExprEngine/GRState, instead
preferring to use their replacements in GRState. This further unifies the code
paths for such logic and leads to some code reduction.

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