about summary refs log tree commit diff homepage
path: root/scripts/build/patches/llvm35.patch
blob: 47744b91cf75ea85467f5aa0e2498ced2a83dc62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*** include/llvm/ADT/IntrusiveRefCntPtr.h       2014-07-06 00:20:59.000000000 +0200
--- include/llvm/ADT/IntrusiveRefCntPtr_new.h   2016-06-21 10:04:15.610143165 +0200
***************
*** 154,159 ****
--- 154,162 ----
      }

      template <class X>
+     friend class IntrusiveRefCntPtr;
+
+     template <class X>
      IntrusiveRefCntPtr(IntrusiveRefCntPtr<X>&& S) : Obj(S.get()) {
        S.Obj = 0;
      }