nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at 19.03 15 lines 495 B view raw
1diff --git a/include/llvm/ADT/IntrusiveRefCntPtr.h b/include/llvm/ADT/IntrusiveRefCntPtr.h 2index f9df378..9d860ec 100644 3--- a/include/llvm/ADT/IntrusiveRefCntPtr.h 4+++ b/include/llvm/ADT/IntrusiveRefCntPtr.h 5@@ -134,9 +134,9 @@ public: 6 //===----------------------------------------------------------------------===// 7 template <typename T> 8 class IntrusiveRefCntPtr { 9+ public: 10 T* Obj; 11 12- public: 13 typedef T element_type; 14 15 explicit IntrusiveRefCntPtr() : Obj(nullptr) {}