diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-03-07 20:13:31 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-03-07 20:13:31 +0000 |
commit | 910e9de13106bfaeb453340aaa7b4835f5893a04 (patch) | |
tree | 77a93c7a84792f3b1e0a863b067506db4548c1cc /clang/Analysis/CFRefCount.cpp | |
parent | 39a3221e277e4ec99b07475005a70e1af7738b4f (diff) | |
download | bcm5719-llvm-910e9de13106bfaeb453340aaa7b4835f5893a04.tar.gz bcm5719-llvm-910e9de13106bfaeb453340aaa7b4835f5893a04.zip |
Renamed ValueManager to BasicValueFactory.
llvm-svn: 48025
Diffstat (limited to 'clang/Analysis/CFRefCount.cpp')
-rw-r--r-- | clang/Analysis/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Analysis/CFRefCount.cpp b/clang/Analysis/CFRefCount.cpp index fce9b44448b..72e085b4b2f 100644 --- a/clang/Analysis/CFRefCount.cpp +++ b/clang/Analysis/CFRefCount.cpp @@ -44,7 +44,7 @@ void CheckCFRefCount(CFG& cfg, FunctionDecl& FD, ASTContext& Ctx, void CFRefCount::EvalCall(ExplodedNodeSet<ValueState>& Dst, ValueStateManager& StateMgr, GRStmtNodeBuilder<ValueState>& Builder, - ValueManager& ValMgr, + BasicValueFactory& BasicVals, CallExpr* CE, LVal L, ExplodedNode<ValueState>* Pred) { |