-
Notifications
You must be signed in to change notification settings - Fork 13.5k
clang-tidy: Add ctime
, ctime_r
, localtime
, and localtime_r
to clang-tidy
#107445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
zimirza
added a commit
to zimirza/llvm-project
that referenced
this issue
Sep 5, 2024
remove `ctime` and `ctime_r` from `clang-tidy` this will be done in llvm#107445
zimirza
added a commit
to zimirza/llvm-project
that referenced
this issue
Sep 6, 2024
This issue should also be about adding |
ctime
and ctime_r
to clang-tidy
ctime
, ctime_r
, localtime
, and localtime_r
to clang-tidy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
#86567 is an issue for implementing
ctime
and the pull request for this implementation is #107285. It would be good to addctime
toclang-tidy
.This issue should add
ctime
andctime_r
togetReplacementFor
function inUnsafeFunctionsCheck.cpp
.The text was updated successfully, but these errors were encountered: