dawn-cmake/src
Ben Clayton b8df12042a wsgl parser: expect for variable_ident_decl
All the call sites of `variable_ident_decl()` add their own error handling, so transform this into `expect_variable_ident_decl()`.

Also makes error messages more consistent.

Bug: tint:282
Change-Id: I0b5ac984018ba78896ddec0320636f5b5c4ad0b2
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/32100
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
2020-11-09 18:41:23 +00:00
..
ast [inspector] Extract Sampler resource binding information 2020-11-05 20:09:50 +00:00
diagnostic formatter: Remove colon line prefix with no source 2020-11-03 18:27:29 +00:00
inspector Remove unused param documentation 2020-11-07 01:30:25 +00:00
reader wsgl parser: expect for variable_ident_decl 2020-11-09 18:41:23 +00:00
transform [validation] make validator directory 2020-11-06 17:31:15 +00:00
validator [validation] relax rule v-0002: return is mandatory for non-void functions 2020-11-09 16:11:43 +00:00
writer Switch to GLSL450 memory model. 2020-11-07 02:03:45 +00:00
CMakeLists.txt [validation] make validator directory 2020-11-06 17:31:15 +00:00
context.cc Context object owns a TypeManager 2020-03-27 00:47:16 +00:00
context.h Documentation fixes 2020-03-31 21:15:40 +00:00
scope_stack.h [validation] Validates declaration name uniqueness 2020-08-11 20:44:06 +00:00
scope_stack_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
source.cc Fixup lint errors. 2020-11-03 16:26:09 +00:00
source.h Fix all doxygen warnings 2020-11-02 18:02:18 +00:00
type_determiner.cc Fixup lint errors. 2020-11-03 16:26:09 +00:00
type_determiner.h Fixup lint errors. 2020-11-03 16:26:09 +00:00
type_determiner_test.cc Add Source parameter to decoration constructors 2020-11-03 21:48:20 +00:00
type_manager.cc Context object owns a TypeManager 2020-03-27 00:47:16 +00:00
type_manager.h [ast] Determining subtype of StorageTextureType 2020-08-31 15:11:23 +00:00
type_manager_test.cc [ast] Determining subtype of StorageTextureType 2020-08-31 15:11:23 +00:00