From 14496dc711b9cceca6add04574000bd3d7a53543 Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Sat, 20 Aug 2016 02:28:15 +0000 Subject: [PATCH] Fix windows bot git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279357 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0