[clang-tidy] Configure modernize-use-to-underlying This check recommends std::to_underlying by default, but that's part of C++23. We have our own implementation. Also finally figured out why many checks are missing from clangd and fixed/documented that. modernize-use-to-underlying turned out to be one such check. Bug: 538767409 Fixed: 553195015 Change-Id: I66e432940237a67a6edb38aef2079607af7a6f6c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/341277 Reviewed-by: Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Auto-Submit: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h version that Dawn implements.webgpu.h.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.