commit | 2eca95977fa817dd771c9a7b90cb228bc76b6699 | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@meta.com> | Fri Jun 13 21:26:55 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 16 21:29:31 2025 |
tree | 52fc35d1adbbcae7b0bef4ee533284f3eabd3586 | |
parent | ed4a1cd21e2822b22899c96e9a7c1b36d7f8d31d [diff] |
clang-tidy: llvm-namespace-comment,readability-static-definition-in-anonymous-namespace https://clang.llvm.org/extra/clang-tidy/checks/llvm/namespace-comment.html https://clang.llvm.org/extra/clang-tidy/checks/readability/static-definition-in-anonymous-namespace.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='-*,llvm-namespace-comment,readability-static-definition-in-anonymous-namespace' \ -fix with some manual changes affecting webrtc_sdp.cc in PS2. Bug: webrtc:424706384 Change-Id: I23f204d65787edc74ae02ef7bf129d8e3ade90f6 No-Iwyu: orthogonal LSC Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/396460 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44947}
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.