labath accepted this revision. labath added a comment. This revision is now accepted and ready to land.
Looks good to me. ================ Comment at: lldb/include/lldb/Utility/ReproducerInstrumentation.h:206-207 template <typename T> T *GetObjectForIndex(unsigned idx) { - assert(idx != 0 && "Cannot get object for sentinel"); + assert(idx != 0 && "Cannot get object for " + "sentinel"); void *object = GetObjectForIndexImpl(idx); ---------------- bad formatting ? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77602/new/ https://reviews.llvm.org/D77602 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits