mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-05 14:13:39 +00:00
Add a special-case for pointer-to-array types, where the * and the variable name need to be enclosed in parentheses in between the array element type and the size. Move the `const` qualifier to before the array size. Add E2E tests to cover all non-handle types used in various places. Fixed: tint:822 Change-Id: I93b7d6867f92397aa47838ab2c94530b6e634617 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/51823 Auto-Submit: James Price <jrprice@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>