mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 21:47:47 +00:00
wgsl-reader: reject identifiers starting with underscrore
Update one test to avoid this error. Fixed: tint:1179 Change-Id: Id41b0eb0f404648de4e86a835fe43f1729cb4696 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/64464 Auto-Submit: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: David Neto <dneto@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
@@ -9,4 +9,5 @@
|
||||
### Fixes
|
||||
* Hex floats: issue an error when the magnitude is non-zero, and the exponent would cause
|
||||
overflow. https://crbug.com/tint/1150 https://crbug.com/tint/1166
|
||||
* Reject identifiers beginning with an underscore. https://crbug.com/tint/1179
|
||||
|
||||
|
||||
Reference in New Issue
Block a user