-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Allow copy elision on temporary args #424
Conversation
This change allows copy elision on unreferenced temporary objects
@Reflejo please fix format and merge master |
@mattklein123 The format problem is nothing I changed, do you want me to fix with |
See the CI errors. You need run 'make fix_format' target which will run clang-format for you. |
@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 🦆 |
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 ```
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
Signed-off-by: Alan Chiu <[email protected]> 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 <[email protected]>
Signed-off-by: Alan Chiu <[email protected]> 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 <[email protected]>
This change allows copy elision on these 2 unreferenced temporary objects