llvm-project
fad17b43 - [clang] replaced the usage of `asctime` with `std::put_time` (#99075)

Commit
1 year ago
[clang] replaced the usage of `asctime` with `std::put_time` (#99075) In `clang/lib/Lex/PPMacroExpansion.cpp`, replaced the usage of the obsolete `asctime` function with `std::put_time` for generating timestamp strings. Fixes: https://github.com/llvm/llvm-project/issues/98724
Author
Parents
Loading