commit | 232abaefc35def37fd6d2dae7a0086c9b3d70610 | [log] [tgz] |
---|---|---|
author | Takahiro <hogehoge@gachapin.jp> | Thu Jun 02 03:23:00 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 02 03:23:00 2022 +0000 |
tree | c08ccebe14409be2c4f46e1b3a2d040349028e51 | |
parent | 2d74e1cf718b330b26a3954d6f6092c610730406 [diff] |
Delint for "use after move" Some unittests break the clang-tidy rule "bugprone-use-after-move". Moved-from variables after move shouldn't be accessed even in the tests. No one should care the behavior of moved-from objects. There is no pointing testing something that shouldn't be observable with good code practice ensured by clang-tidy. This commit fixes the problem by removing the lines accessing moved-from variables after move. Bug: dawn:1436, dawn:1437, dawn:1438, dawn:1440 Change-Id: I5a6ccaa6fa74e607f818b5296a1715196bfd0f25 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92204 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Takahiro <hogehoge@gachapin.jp> Reviewed-by: Ben Clayton <bclayton@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.