Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std::clock_t can be an unsigned value on some platforms like MacOS and therefore needs a cast when initializing an std::clock_t value with -1. Reviewed By: klausler Differential Revision: https://reviews.llvm.org/D107972
- Loading branch information