From 7dbb69055b65696bb34824d99f681ea1de2614b9 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 18 Jan 2019 22:34:09 +0000 Subject: Remove obsolete and unmaintained clang 3.5. devel/llvm35 remains to support lang/pure. PR: 230473 --- lang/clang35/files/patch-svn-218295 | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lang/clang35/files/patch-svn-218295 (limited to 'lang/clang35/files/patch-svn-218295') diff --git a/lang/clang35/files/patch-svn-218295 b/lang/clang35/files/patch-svn-218295 deleted file mode 100644 index 2e4cfbac8dfa..000000000000 --- a/lang/clang35/files/patch-svn-218295 +++ /dev/null @@ -1,20 +0,0 @@ ------------------------------------------------------------------------- -r218295 | akirtzidis | 2014-09-23 08:06:43 +0200 (Tue, 23 Sep 2014) | 2 lines - -[ADT/IntrusiveRefCntPtr] Give friend access to IntrusiveRefCntPtr so the relevant move constructor can access 'Obj'. - ------------------------------------------------------------------------- -Index: include/llvm/ADT/IntrusiveRefCntPtr.h -=================================================================== ---- include/llvm/ADT/IntrusiveRefCntPtr.h (revision 218294) -+++ include/llvm/ADT/IntrusiveRefCntPtr.h (revision 218295) -@@ -197,6 +197,9 @@ public: - private: - void retain() { if (Obj) IntrusiveRefCntPtrInfo::retain(Obj); } - void release() { if (Obj) IntrusiveRefCntPtrInfo::release(Obj); } -+ -+ template -+ friend class IntrusiveRefCntPtr; - }; - - template -- cgit v1.2.3