]> granicus.if.org Git - clang/commitdiff
ASTStmtReader is already a friend of DependentScopeDeclRefExpr, and GCC
authorMatt Beaumont-Gay <matthewbg@google.com>
Fri, 25 Feb 2011 22:36:42 +0000 (22:36 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Fri, 25 Feb 2011 22:36:42 +0000 (22:36 +0000)
doesn't like re-friending.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126524 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ExprCXX.h

index a599cfbbe8e56c44432c4950ee7803afd0323952..225db3c11fd0ffdf662d7b554287e26e0801ca24 100644 (file)
@@ -1888,8 +1888,6 @@ class DependentScopeDeclRefExpr : public Expr {
                             const DeclarationNameInfo &NameInfo,
                             const TemplateArgumentListInfo *Args);
 
-  friend class ASTStmtReader;
-  
 public:
   static DependentScopeDeclRefExpr *Create(ASTContext &C,
                                            NestedNameSpecifierLoc QualifierLoc,