Allow copy elision on temporary args#424
Merged
Reflejo merged 2 commits intoenvoyproxy:masterfrom Feb 6, 2017
Merged
Conversation
This change allows copy elision on unreferenced temporary objects
mattklein123
approved these changes
Feb 4, 2017
Member
|
@Reflejo please fix format and merge master |
Contributor
Author
|
@mattklein123 The format problem is nothing I changed, do you want me to fix with |
Member
|
See the CI errors. You need run 'make fix_format' target which will run clang-format for you. |
Contributor
Author
|
@mattklein123 yea I saw it and that's what I meant, the fix_format changes are unrelated to the PR: f018ad9 Pushed it regardless EDIT: nvm they were related 🦆 |
rshriram
pushed a commit
to rshriram/envoy
that referenced
this pull request
Oct 30, 2018
Automatic merge from submit-queue. [DO NOT MERGE] Auto PR to update dependencies of mixerclient This PR will be merged automatically once checks are successful. ```release-note none ```
wolfguoliang
pushed a commit
to wolfguoliang/envoy
that referenced
this pull request
Jan 23, 2021
envoyproxy#424) * zh-translation:docs/root/configuration/upstream/cluster_manager/cluster_runtime.rst * zh-translation:docs/root/configuration/upstream/cluster_manager/cluster_runtime.rst * fix translation issue * fix translation issue
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
Signed-off-by: Alan Chiu <achiu@lyft.com> For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md) Description: Rename Envoy to EnvoyClient Risk Level: low Testing: n/a Docs Changes: n/a Release Notes: n/a [Optional Fixes #Issue] [Optional Deprecated:] Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
Signed-off-by: Alan Chiu <achiu@lyft.com> For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md) Description: Rename Envoy to EnvoyClient Risk Level: low Testing: n/a Docs Changes: n/a Release Notes: n/a [Optional Fixes #Issue] [Optional Deprecated:] Signed-off-by: JP Simard <jp@jpsim.com>
mathetake
pushed a commit
that referenced
this pull request
Mar 3, 2026
**Commit Message** Add authentication fields for accessing Azure OpenAI model. **Related Issues/PRs (if applicable)** Related PR: #347 **Special notes for reviewers (if applicable)** This is very first change to support Azure OpenAI model. I wanted to get feedback on schema before proceed further changes. Please expect subsequent PRs to support Azure OpenAI model integration. --------- Signed-off-by: Xiaolin Lin <xlin158@bloomberg.net>
mathetake
pushed a commit
that referenced
this pull request
Mar 3, 2026
**Commit Message** - Implement Azure OpenAI integration including a) backend auth handler b) Azure token rotator. - Replace oauth package with `token_provider` to simplify AWS and Azure token request logic. - Fix existing test case i.e. in backendsecurity_test.go when oidc is nil for other provider. - Centralize some of string literals in `constants.go` **Related Issues/PRs (if applicable)** Related Issue: #347 Related PR: #424 --------- Signed-off-by: Xiaolin Lin <xlin158@bloomberg.net> Signed-off-by: Dan Sun <dsun20@bloomberg.net> Co-authored-by: Dan Sun <dsun20@bloomberg.net>
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.
This change allows copy elision on these 2 unreferenced temporary objects