mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-15 23:06:32 +00:00

* Fix copy-paste damage in `formatter.tai_time.pass.cpp`. + Comparing the `#if` to the `#else` case, it's clear that this half-copied check should be removed. * Mark `is_steady` as `[[maybe_unused]]`. + It's only used within `LIBCPP_STATIC_ASSERT`.