mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-03 05:01:27 +00:00
Switch all remaining AST stack allocations in tests to using create<T>() which will automatically inject the current Source as the first parameter. Most remaining uses of Source{} in the codebase are places where we need to fix. Bug: tint:396 Change-Id: I24655800b50d6ad52e682a7339022972e9b354d9 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/36380 Commit-Queue: Ben Clayton <bclayton@google.com> Commit-Queue: David Neto <dneto@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: David Neto <dneto@google.com>