diff options
author | Matt Beaumont-Gay <matthewbg@google.com> | 2011-02-25 22:36:42 +0000 |
---|---|---|
committer | Matt Beaumont-Gay <matthewbg@google.com> | 2011-02-25 22:36:42 +0000 |
commit | bfdfb5a4119e1c2b173be5d0ca8a91d8c246698f (patch) | |
tree | 41f474c7e83f91d1764390ac543266135a6067c0 | |
parent | b8d545ca06761ce779eb14326af7b2dfeb1196fc (diff) |
ASTStmtReader is already a friend of DependentScopeDeclRefExpr, and GCC
doesn't like re-friending.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126524 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/ExprCXX.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/AST/ExprCXX.h b/include/clang/AST/ExprCXX.h index a599cfbbe8..225db3c11f 100644 --- a/include/clang/AST/ExprCXX.h +++ b/include/clang/AST/ExprCXX.h @@ -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, |