mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-15 20:01:22 +00:00
Currently if the type determiner is determining an identifier it will wrap it into a pointer if it isn't a constant. This CL updates to make sure we don't already have a pointer as otherwise we endup with a double pointer. Bug: tint:216 Change-Id: I2f8c83bd8680df6c3aef31e1cbb754fdff709b4b Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/28442 Commit-Queue: David Neto <dneto@google.com> Reviewed-by: David Neto <dneto@google.com>