Loading lldb/include/lldb/Utility/ReproducerInstrumentation.h +2 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,8 @@ struct NotImplementedTag {}; /// Return the deserialization tag for the given type T. template <class T> struct serializer_tag { typedef typename std::conditional<std::is_trivially_copyable<T>::value, ValueTag, NotImplementedTag>::type type; typedef typename std::conditional<std::is_trivially_copyable<T>::value, ValueTag, NotImplementedTag>::type type; }; template <class T> struct serializer_tag<T *> { typedef Loading lldb/source/Utility/ReproducerInstrumentation.cpp +2 −2 File changed.Contains only whitespace changes. Show changes Loading
lldb/include/lldb/Utility/ReproducerInstrumentation.h +2 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,8 @@ struct NotImplementedTag {}; /// Return the deserialization tag for the given type T. template <class T> struct serializer_tag { typedef typename std::conditional<std::is_trivially_copyable<T>::value, ValueTag, NotImplementedTag>::type type; typedef typename std::conditional<std::is_trivially_copyable<T>::value, ValueTag, NotImplementedTag>::type type; }; template <class T> struct serializer_tag<T *> { typedef Loading
lldb/source/Utility/ReproducerInstrumentation.cpp +2 −2 File changed.Contains only whitespace changes. Show changes