mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 10:16:06 +00:00

Implements the posix-specified strftime conversions for the default locale, along with comprehensive unit tests. This reuses a lot of design from printf, as well as the printf writer. Roughly based on #111305, but with major rewrites.