-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tint][ir][val] Reject pointers and references to voids
This prevents a variety of ways to try creating void values. This implicitly prevents vars being created with void types. Fixes: 382503561 Change-Id: I4e235b80691321a3c4df2a885f43620e239b9510 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218394 Commit-Queue: Ryan Harrison <[email protected]> Reviewed-by: James Price <[email protected]> Auto-Submit: Ryan Harrison <[email protected]>
- Loading branch information
Showing
2 changed files
with
64 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters