From: Manman Ren Date: Sat, 20 Aug 2016 02:28:15 +0000 (+0000) Subject: Fix windows bot X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14496dc711b9cceca6add04574000bd3d7a53543;p=clang Fix windows bot git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279357 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index 45a3d3cd28..3012349047 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -4782,7 +4782,7 @@ public: /// this should get its own sugar class to better represent the source. class ObjCObjectType : public Type, public ObjCProtocolQualifiers { - friend class ObjCProtocolQualifiers; + template friend class ObjCProtocolQualifiers; // ObjCObjectType.NumTypeArgs - the number of type arguments stored // after the ObjCObjectPointerType node. // ObjCObjectType.NumProtocols - the number of protocols stored