]> granicus.if.org Git - clang/commitdiff
Make GDM private.
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 26 Feb 2010 08:46:13 +0000 (08:46 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 26 Feb 2010 08:46:13 +0000 (08:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97222 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Checker/PathSensitive/GRState.h

index 6a1c4d2949779ea4f7c454ab056f8247b9b67a5c..9194ee88a1a93a5b523b171cce23c87e7a017117 100644 (file)
@@ -76,16 +76,13 @@ public:
   typedef llvm::ImmutableMap<void*, void*>                 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: