r214136 - Remove a nonsense friend declaration.

Richard Smith richard-llvm at metafoo.co.uk
Mon Jul 28 15:42:21 PDT 2014


Author: rsmith
Date: Mon Jul 28 17:42:21 2014
New Revision: 214136

URL: http://llvm.org/viewvc/llvm-project?rev=214136&view=rev
Log:
Remove a nonsense friend declaration.

Modified:
    cfe/trunk/include/clang/Sema/ScopeInfo.h

Modified: cfe/trunk/include/clang/Sema/ScopeInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/ScopeInfo.h?rev=214136&r1=214135&r2=214136&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/ScopeInfo.h (original)
+++ cfe/trunk/include/clang/Sema/ScopeInfo.h Mon Jul 28 17:42:21 2014
@@ -187,8 +187,6 @@ public:
     /// Used to find the proper base profile for a given base expression.
     static BaseInfoTy getBaseInfo(const Expr *BaseE);
 
-    // For use in DenseMap.
-    friend class DenseMapInfo;
     inline WeakObjectProfileTy();
     static inline WeakObjectProfileTy getSentinel();
 





More information about the cfe-commits mailing list