commit | 80a8687082a05149659a3fdcb5018777b4b79f04 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Mon Feb 04 15:01:43 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Feb 04 14:47:56 2019 +0000 |
tree | 3bb372859a8f4e583ee97c7c99b1a005cfe7616e | |
parent | 817aec8ecafab6c9cf1ac21e20beba637718cbf2 [diff] |
[clang-tidy] Apply performance-move-const-arg fixes (mutable lambdas). This CL is a manual spin-off of [1], which tried to apply clang-tidy's performance-move-const-arg [1] to the WebRTC codebase. Since there were some wrong fixes to correct, this CL lands all the manual fixes where std::move was actually fine but the lambda was not mutable. [1] - https://webrtc-review.googlesource.com/c/src/+/120350 [2] - https://clang.llvm.org/extra/clang-tidy/checks/performance-move-const-arg.html Bug: webrtc:10252 Change-Id: I4602e3d4a63d2637dd389e775ffbf80fe95f40fc Reviewed-on: https://webrtc-review.googlesource.com/c/120927 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26532}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.