-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
src: apply clang-tidy readability-delete-null-pointer #26813
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
src: apply clang-tidy readability-delete-null-pointer #26813
Conversation
|
@gengjiawen I think you should add a CI: https://ci.nodejs.org/job/node-test-pull-request/21696/ |
|
yeap, but I am still working on a way to ensure the rules. |
PR-URL: nodejs#26813 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
6838311 to
c757cb1
Compare
PR-URL: nodejs#26813 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #26813 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
see: https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null and https://clang.llvm.org/extra/clang-tidy/checks/readability-delete-null-pointer.html.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes