From 8fc19872bc0921d8f7af25e91bf95afd7c7cd6df Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Fri, 26 Feb 2010 08:46:13 +0000 Subject: [PATCH] Make GDM private. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97222 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Checker/PathSensitive/GRState.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/clang/Checker/PathSensitive/GRState.h b/include/clang/Checker/PathSensitive/GRState.h index 6a1c4d2949..9194ee88a1 100644 --- a/include/clang/Checker/PathSensitive/GRState.h +++ b/include/clang/Checker/PathSensitive/GRState.h @@ -76,16 +76,13 @@ public: typedef llvm::ImmutableMap GenericDataMap; private: - void operator=(const GRState& R) const; + void operator=(const GRState& R) const; // Do not implement. friend class GRStateManager; GRStateManager *StateMgr; Environment Env; Store St; - - // FIXME: Make these private. -public: GenericDataMap GDM; public: -- 2.50.1