dawn-cmake/test/tint/array
Ben Clayton c64ca23d94 tint: Deprecated module-scope 'let' for 'const'
Enable the parsing of 'const'.
Warn on use of module-scope 'let', and automatically replace with 'const'.

Fixed: tint:1580
Change-Id: I214aabca80686dc6b60ae21a7a57fbfb4898ea83
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93786
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-06-29 00:55:36 +00:00
..
assign_to_function_var.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
assign_to_function_var.wgsl.expected.glsl tint/writer: Handle and emit 'const' variables 2022-06-28 12:44:16 +00:00
assign_to_function_var.wgsl.expected.hlsl tint/writer/hlsl: Inline constant expressions 2022-06-01 13:14:39 +00:00
assign_to_function_var.wgsl.expected.msl msl: Promote local private vars to function scope 2022-06-28 02:06:05 +00:00
assign_to_function_var.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
assign_to_function_var.wgsl.expected.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
assign_to_private_var.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
assign_to_private_var.wgsl.expected.glsl tint/writer: Handle and emit 'const' variables 2022-06-28 12:44:16 +00:00
assign_to_private_var.wgsl.expected.hlsl tint/writer/hlsl: Inline constant expressions 2022-06-01 13:14:39 +00:00
assign_to_private_var.wgsl.expected.msl msl: Promote local private vars to function scope 2022-06-28 02:06:05 +00:00
assign_to_private_var.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
assign_to_private_var.wgsl.expected.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
assign_to_storage_var.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
assign_to_storage_var.wgsl.expected.glsl tint/writer: Handle and emit 'const' variables 2022-06-28 12:44:16 +00:00
assign_to_storage_var.wgsl.expected.hlsl tint/writer/hlsl: Inline constant expressions 2022-06-01 13:14:39 +00:00
assign_to_storage_var.wgsl.expected.msl msl: Promote local private vars to function scope 2022-06-28 02:06:05 +00:00
assign_to_storage_var.wgsl.expected.spvasm PromoteSideEffectsToDecl: add to 4 backends and regen tests 2022-03-15 15:35:13 +00:00
assign_to_storage_var.wgsl.expected.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
assign_to_subexpr.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
assign_to_subexpr.wgsl.expected.glsl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
assign_to_subexpr.wgsl.expected.hlsl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
assign_to_subexpr.wgsl.expected.msl tint/writer/msl: Generate an array<T,N> helper 2022-06-24 17:01:59 +00:00
assign_to_subexpr.wgsl.expected.spvasm tint/writer/spirv: Inline constant expressions 2022-06-01 15:57:22 +00:00
assign_to_subexpr.wgsl.expected.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
assign_to_workgroup_var.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
assign_to_workgroup_var.wgsl.expected.glsl tint/writer: Handle and emit 'const' variables 2022-06-28 12:44:16 +00:00
assign_to_workgroup_var.wgsl.expected.hlsl tint/writer/hlsl: Inline constant expressions 2022-06-01 13:14:39 +00:00
assign_to_workgroup_var.wgsl.expected.msl msl: Promote local private vars to function scope 2022-06-28 02:06:05 +00:00
assign_to_workgroup_var.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
assign_to_workgroup_var.wgsl.expected.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
function_parameter.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
function_parameter.wgsl.expected.glsl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
function_parameter.wgsl.expected.hlsl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
function_parameter.wgsl.expected.msl tint/writer/msl: Generate an array<T,N> helper 2022-06-24 17:01:59 +00:00
function_parameter.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
function_parameter.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
function_return_type.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
function_return_type.wgsl.expected.glsl PromoteSideEffectsToDecl: add to 4 backends and regen tests 2022-03-15 15:35:13 +00:00
function_return_type.wgsl.expected.hlsl PromoteSideEffectsToDecl: add to 4 backends and regen tests 2022-03-15 15:35:13 +00:00
function_return_type.wgsl.expected.msl tint/writer/msl: Generate an array<T,N> helper 2022-06-24 17:01:59 +00:00
function_return_type.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
function_return_type.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
size.wgsl tint: Deprecated module-scope 'let' for 'const' 2022-06-29 00:55:36 +00:00
size.wgsl.expected.glsl tint: Deprecated module-scope 'let' for 'const' 2022-06-29 00:55:36 +00:00
size.wgsl.expected.hlsl tint: Deprecated module-scope 'let' for 'const' 2022-06-29 00:55:36 +00:00
size.wgsl.expected.msl tint: Deprecated module-scope 'let' for 'const' 2022-06-29 00:55:36 +00:00
size.wgsl.expected.spvasm tint: Deprecated module-scope 'let' for 'const' 2022-06-29 00:55:36 +00:00
size.wgsl.expected.wgsl tint: Deprecated module-scope 'let' for 'const' 2022-06-29 00:55:36 +00:00
strides.spvasm Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
strides.spvasm.expected.glsl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
strides.spvasm.expected.hlsl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
strides.spvasm.expected.msl tint/writer/msl: Generate an array<T,N> helper 2022-06-24 17:01:59 +00:00
strides.spvasm.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
strides.spvasm.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
type_constructor.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
type_constructor.wgsl.expected.glsl tint: Deprecated module-scope 'let' for 'const' 2022-06-29 00:55:36 +00:00
type_constructor.wgsl.expected.hlsl tint: Deprecated module-scope 'let' for 'const' 2022-06-29 00:55:36 +00:00
type_constructor.wgsl.expected.msl tint: Deprecated module-scope 'let' for 'const' 2022-06-29 00:55:36 +00:00
type_constructor.wgsl.expected.spvasm tint: Deprecated module-scope 'let' for 'const' 2022-06-29 00:55:36 +00:00
type_constructor.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00