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

clang-tidy: modernize-use-nullptr #7791

Conversation

derekargueta
Copy link
Member

Description: this check looks for uses of 0 and NULL for a pointer type, and advises to instead use nullptr.
Risk Level: low
Testing: existing
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Derek Argueta dereka@pinterest.com

Signed-off-by: Derek Argueta <dereka@pinterest.com>
@derekargueta derekargueta changed the title clang-tidy modernize-use-nullptr clang-tidy: modernize-use-nullptr Aug 1, 2019
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mattklein123 mattklein123 merged commit 06119fa into envoyproxy:master Aug 2, 2019
@derekargueta derekargueta deleted the dereka/clang-tidy-modernize-use-nullptr branch October 8, 2019 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants