]> granicus.if.org Git - clang/commit
Remove GRExprEngine::CheckerVisitLocation(). It was only called in one place, so...
authorTed Kremenek <kremenek@apple.com>
Mon, 2 Nov 2009 23:19:29 +0000 (23:19 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 2 Nov 2009 23:19:29 +0000 (23:19 +0000)
commit0296c22557b3735e2ffeff690eb46fb0e9152bcc
treef5317dcdf2e4bd33f20c60592ecacf91978dd497
parenta6f14e1a7ee3a9343a838297c73ca87fddb9ed4a
Remove GRExprEngine::CheckerVisitLocation().  It was only called in one place, so we inlined it in to GRExprEngine::EvalLocation().

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