Skip to content

clang-tidy: modernize-use-nullptr#7791

Merged
mattklein123 merged 1 commit intoenvoyproxy:masterfrom
derekargueta:dereka/clang-tidy-modernize-use-nullptr
Aug 2, 2019
Merged

clang-tidy: modernize-use-nullptr#7791
mattklein123 merged 1 commit intoenvoyproxy:masterfrom
derekargueta:dereka/clang-tidy-modernize-use-nullptr

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