]> granicus.if.org Git - clang/commitdiff
Fix gcc warning: 'clang::ASTStmtReader' is already a friend of 'clang::OverloadExpr'
authorNico Weber <nicolasweber@gmx.de>
Wed, 15 Dec 2010 07:13:32 +0000 (07:13 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 15 Dec 2010 07:13:32 +0000 (07:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121852 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ExprCXX.h

index 403ee043219de764f8242a26b1430a7f036b653a..5cb0098cab6366ead35a82ad53a22c5f8dc79170 100644 (file)
@@ -1536,8 +1536,6 @@ class OverloadExpr : public Expr {
   /// The source range of the scope specifier.
   SourceRange QualifierRange;
 
-  friend class ASTStmtReader;
-
 protected:
   /// True if the name was a template-id.
   bool HasExplicitTemplateArgs;