vsk marked 2 inline comments as done. vsk added a comment. Thanks!
================ Comment at: lldb/source/Plugins/Language/ObjC/Cocoa.cpp:801-804 + // this snippet of code assumes that time_t == seconds since Jan-1-1970 this + // is generally true and POSIXly happy, but might break if a library vendor + // decides to get creative + time_t epoch = GetOSXEpoch(); ---------------- davide wrote: > I think you can drop this comment [you just moved it, but it feels irrelevant > at this point because there's only one vendor]. I'll fix this before committing. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80150/new/ https://reviews.llvm.org/D80150 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits