Skip to content

clang-tidy fixes#7318

Merged
mattklein123 merged 1 commit intoenvoyproxy:masterfrom
derekargueta:dereka/clang-tidy
Jun 19, 2019
Merged

clang-tidy fixes#7318
mattklein123 merged 1 commit intoenvoyproxy:masterfrom
derekargueta:dereka/clang-tidy

Conversation

@derekargueta
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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