Loading llvm/include/llvm/Demangle/ItaniumDemangle.h +4 −4 Original line number Diff line number Diff line Loading @@ -2173,10 +2173,10 @@ class PODSmallVector { static_assert(std::is_pod<T>::value, "T is required to be a plain old data type"); T* First; T* Last; T* Cap; T Inline[N]; T* First = nullptr; T* Last = nullptr; T* Cap = nullptr; T Inline[N] = {}; bool isInline() const { return First == Inline; } Loading Loading
llvm/include/llvm/Demangle/ItaniumDemangle.h +4 −4 Original line number Diff line number Diff line Loading @@ -2173,10 +2173,10 @@ class PODSmallVector { static_assert(std::is_pod<T>::value, "T is required to be a plain old data type"); T* First; T* Last; T* Cap; T Inline[N]; T* First = nullptr; T* Last = nullptr; T* Cap = nullptr; T Inline[N] = {}; bool isInline() const { return First == Inline; } Loading