build: update abseil & enable -Wrange-loop-analysis#13364
Merged
mattklein123 merged 11 commits intoenvoyproxy:masterfrom Oct 5, 2020
Merged
build: update abseil & enable -Wrange-loop-analysis#13364mattklein123 merged 11 commits intoenvoyproxy:masterfrom
mattklein123 merged 11 commits intoenvoyproxy:masterfrom
Conversation
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Contributor
Author
|
Looks like this should pass CI now |
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Contributor
Author
|
Hm looks like some platforms don't have this option: Is there a preferred way to enable this only for macOS within Envoy? |
Member
|
there's a place for clang specific options below, maybe that's the right place instead of darwin only? |
Member
|
Yeah just add to clang below. /wait |
5 tasks
mattklein123
reviewed
Oct 2, 2020
Member
mattklein123
left a comment
There was a problem hiding this comment.
Thanks for doing this. LGTM with one question.
/wait-any
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Member
|
@rebello95 i think some extensions were missed: |
rgs1
pushed a commit
to rgs1/envoy
that referenced
this pull request
Oct 6, 2020
Leftover from envoyproxy#13364. Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
Member
|
#13415 fixes it for us. |
mattklein123
pushed a commit
that referenced
this pull request
Oct 7, 2020
Leftover from #13364. Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-Wrange-loop-analysis-Wrange-loop-analysisfor Envoy buildsResolves #13154.
Risk Level: Low
Testing: CI
Docs Changes: N/A
Signed-off-by: Michael Rebello me@michaelrebello.com