Author: nico
Date: Wed Dec 15 01:13:32 2010
New Revision: 121852

URL: http://llvm.org/viewvc/llvm-project?rev=121852&view=rev
Log:
Fix gcc warning: 'clang::ASTStmtReader' is already a friend of 
'clang::OverloadExpr'

Modified:
    cfe/trunk/include/clang/AST/ExprCXX.h

Modified: cfe/trunk/include/clang/AST/ExprCXX.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ExprCXX.h?rev=121852&r1=121851&r2=121852&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ExprCXX.h (original)
+++ cfe/trunk/include/clang/AST/ExprCXX.h Wed Dec 15 01:13:32 2010
@@ -1536,8 +1536,6 @@
   /// The source range of the scope specifier.
   SourceRange QualifierRange;
 
-  friend class ASTStmtReader;
-
 protected:
   /// True if the name was a template-id.
   bool HasExplicitTemplateArgs;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to