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 fixes #7318

Merged
merged 1 commit into from
Jun 19, 2019
Merged

Conversation

derekargueta
Copy link
Member

Description: Resolve a handful of clang-tidy warnings, mostly relating to:

  • abseil-string-find-startswith
  • modernize-use-override
  • modernize-use-equals-default
  • modernize-raw-string-literal
  • modernize-return-braced-init-list
  • modernize-deprecated-headers

Also added performance-faster-string-find to the list of clang-tidy errors, as I believe all the remaining instances of that warning have been resolved. This related to issue #4863 cc @lizan
Risk Level: Low
Testing: No changes
Docs Changes: N/A
Release Notes: N/A

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

Signed-off-by: Derek Argueta <dereka@pinterest.com>
Copy link
Member

@lizan lizan left a comment

Choose a reason for hiding this comment

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

thanks!

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.

Wow, nice!

@mattklein123 mattklein123 merged commit 139cca5 into envoyproxy:master Jun 19, 2019
@moderation
Copy link
Contributor

Amazing. @derekargueta is a machine.

@derekargueta derekargueta deleted the dereka/clang-tidy branch October 8, 2019 09:10
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.

4 participants