[clang] [clang-tools-extra] [compiler-rt] [clang-tidy] add `ctime` and `localtime` to `clang-tidy` (PR #110366)
Zishan Mirza via cfe-commits
cfe-commits at lists.llvm.org
Fri May 2 06:04:49 PDT 2025
zimirza wrote:
> `localtime_s` was removed from #110363, and will be added to a new pull request and `ctime_s` has not been merged yet (#110676). It might be a good wait before merging this pull request.
I think it is better to remove `localtime_s` and `ctime_s` from this pull request in order to keep changes small. These will be added to a new pull request when the implementations are merged.
https://github.com/llvm/llvm-project/pull/110366
More information about the cfe-commits
mailing list