feat: Add extensible CheckBannedPatterns check This change adds a generic, extensible presubmit check CheckBannedPatterns that checks for banned patterns based on a configuration list. Each pattern can specify regex, message, severity (error or warning), and file_filter. We use this to ban DAWN_UNSAFE_TODO and #pragma allow_unsafe_buffers (as warnings) in C++ files. We also add the corresponding unit tests to PRESUBMIT_test.py. Fixed: 517626950 Change-Id: Ia2438763d8b15dc33d667d079c254f14573e0974 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/312322 Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: 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.