Skip to content
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

Merged
merged 1 commit into from
Mar 22, 2019

Conversation

gengjiawen
Copy link
Member

@gengjiawen gengjiawen commented Mar 20, 2019

@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Mar 20, 2019
@refack
Copy link
Contributor

refack commented Mar 20, 2019

@gengjiawen I think you should add a .clang-tidy file to the /src/ directory (like V8's) and add each rule you fix...

CI: https://ci.nodejs.org/job/node-test-pull-request/21696/
Resume: https://ci.nodejs.org/job/node-test-pull-request/21704/

@gengjiawen
Copy link
Member Author

yeap, but I am still working on a way to ensure the rules.

@refack
Copy link
Contributor

refack commented Mar 20, 2019

@refack refack added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 20, 2019
PR-URL: nodejs#26813
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@refack refack force-pushed the readability-delete-null-pointer branch from 6838311 to c757cb1 Compare March 22, 2019 22:36
@refack refack merged commit c757cb1 into nodejs:master Mar 22, 2019
targos pushed a commit to targos/node that referenced this pull request Mar 27, 2019
PR-URL: nodejs#26813
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
targos pushed a commit that referenced this pull request Mar 27, 2019
PR-URL: #26813
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants