From: Zhongxing Xu Date: Fri, 26 Feb 2010 08:46:13 +0000 (+0000) Subject: Make GDM private. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fc19872bc0921d8f7af25e91bf95afd7c7cd6df;p=clang Make GDM private. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97222 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: