[clang] [clang] replaced the usage of `asctime` with `std::put_time` (PR #99075)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 25 04:34:48 PDT 2024


AaronBallman wrote:

Aha!

https://bugs.llvm.org/show_bug.cgi?id=33767

We have a mixture of both `std::tm` and `::tm` in here, try switching to using `::tm` and see if that helps.

https://github.com/llvm/llvm-project/pull/99075


More information about the cfe-commits mailing list