commit | c6d7e6c255935fa8562613e20b02cc3bf68febc9 | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@meta.com> | Fri Jun 13 17:28:17 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 16 15:37:19 2025 |
tree | 6e47333fd0f0b2017393c293b8a952ae2e471cf5 | |
parent | 2f61be11629916ec0d3f083ef16b85113ee1db54 [diff] |
clang-tidy: modernize-use-override https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-override.html Done using clang-tidy with tools/clang/scripts/build_clang_tools_extra.py \ --fetch out/Default clang-tidy clang-apply-replacements ninja -C out/Default gn gen out/Default --export-compile-commands cd out/Default tools/clang/third_party/llvm/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py -p . \ -clang-tidy-binary out/Default/tools/clang/third_party/llvm/build/bin/clang-tidy \ -clang-apply-replacements-binary \ out/Default/tools/clang/third_party/llvm/build/bin/clang-apply-replacements \ -checks='-*,modernize-use-override' \ -fix Bug: webrtc:424706384 No-Iwyu: orthogonal LSC Change-Id: Id3676fc5a4f38ed67e39e567011e9bb4b98ee4cc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/396421 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Cr-Commit-Position: refs/heads/main@{#44941}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.