dawn-cmake/src/ast
James Price e87ded8567 Rename builtin constant_id to override
There are no downstream usages, so we can skip deprecation. Allowing
the ID to be omitted will be done in a separate patch.

Fixed: tint:754
Change-Id: I3bd6de4d0f426fc3c66708bfd5b411a4051b375b
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/49581
Commit-Queue: James Price <jrprice@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2021-04-30 17:14:19 +00:00
..
access_control.cc Constify Type* constructor args for ast/sem classes 2021-04-22 15:34:13 +00:00
access_control.h Constify Type* constructor args for ast/sem classes 2021-04-22 15:34:13 +00:00
access_control_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
access_decoration.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
access_decoration.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
access_decoration_test.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
alias.cc sem::Alias::type_name(): Optimize complexity 2021-04-23 18:21:34 +00:00
alias.h sem::Alias::type_name(): Optimize complexity 2021-04-23 18:21:34 +00:00
alias_test.cc sem::Alias::type_name(): Optimize complexity 2021-04-23 18:21:34 +00:00
array.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
array.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
array_accessor_expression.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
array_accessor_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
array_accessor_expression_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
array_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
assignment_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
assignment_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
assignment_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
ast_type.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
binary_expression.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
binary_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
binary_expression_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
binding_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
binding_decoration.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
binding_decoration_test.cc Rename builtin constant_id to override 2021-04-30 17:14:19 +00:00
bitcast_expression.cc Global tweaks to handle having no sem::Type 2021-04-28 14:31:23 +00:00
bitcast_expression.h ast: Migrate all nodes over to typ::* 2021-04-28 09:29:13 +00:00
bitcast_expression_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
block_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
block_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
block_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
bool.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
bool.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
bool_literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
bool_literal.h ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
bool_literal_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
bool_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
break_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
break_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
break_statement_test.cc ast: Replace IsValid() with TINT_ASSERT() 2021-03-10 11:41:49 +00:00
builtin.cc Add support for [[builtin(workgroup_id)]] 2021-04-16 19:57:34 +00:00
builtin.h Add support for [[builtin(workgroup_id)]] 2021-04-16 19:57:34 +00:00
builtin_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
builtin_decoration.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
builtin_decoration_test.cc Rename builtin constant_id to override 2021-04-30 17:14:19 +00:00
call_expression.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
call_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
call_expression_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
call_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
call_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
call_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
case_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
case_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
case_statement_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
constructor_expression.cc Add ProgramID feed it into all ast::Nodes 2021-04-13 23:27:27 +00:00
constructor_expression.h Add ProgramID feed it into all ast::Nodes 2021-04-13 23:27:27 +00:00
continue_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
continue_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
continue_statement_test.cc ast: Replace IsValid() with TINT_ASSERT() 2021-03-10 11:41:49 +00:00
decoration.cc Flatten ast::Decoration class hierarchy 2021-03-11 17:39:32 +00:00
decoration.h Add ProgramID feed it into all ast::Nodes 2021-04-13 23:27:27 +00:00
depth_texture.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
depth_texture.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
depth_texture_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
discard_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
discard_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
discard_statement_test.cc ast: Replace IsValid() with TINT_ASSERT() 2021-03-10 11:41:49 +00:00
else_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
else_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
else_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
expression.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
expression.h Move type/* files to sem/ directory 2021-04-19 22:54:43 +00:00
external_texture.cc Add ast::ExternalTexture 2021-04-26 14:55:25 +00:00
external_texture.h Add ast::ExternalTexture 2021-04-26 14:55:25 +00:00
external_texture_test.cc Add ast::ExternalTexture 2021-04-26 14:55:25 +00:00
f32.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
f32.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
f32_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
fallthrough_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
fallthrough_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
fallthrough_statement_test.cc ast: Replace IsValid() with TINT_ASSERT() 2021-03-10 11:41:49 +00:00
float_literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
float_literal.h ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
float_literal_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
function.cc Global tweaks to handle having no sem::Type 2021-04-28 14:31:23 +00:00
function.h wgsl parser: replace almost all sem::Type* with typ::Type where possible 2021-04-26 14:19:55 +00:00
function_test.cc tests: Use ProgramBuilder helpers where we can 2021-04-22 13:50:53 +00:00
group_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
group_decoration.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
group_decoration_test.cc Rename builtin constant_id to override 2021-04-30 17:14:19 +00:00
i32.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
i32.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
i32_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
identifier_expression.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
identifier_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
identifier_expression_test.cc Validate that Symbols are all part of the same program 2021-04-15 18:20:03 +00:00
if_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
if_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
if_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
int_literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
int_literal.h ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
int_literal_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
internal_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
internal_decoration.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
intrinsic_texture_helper_test.cc ProgramBuilder: Migrate any remaining types to typ::* 2021-04-22 14:40:23 +00:00
intrinsic_texture_helper_test.h ProgramBuilder: Migrate any remaining types to typ::* 2021-04-22 14:40:23 +00:00
literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
literal.h ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
location_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
location_decoration.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
location_decoration_test.cc Rename builtin constant_id to override 2021-04-30 17:14:19 +00:00
loop_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
loop_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
loop_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
matrix.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
matrix.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
matrix_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
member_accessor_expression.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
member_accessor_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
member_accessor_expression_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
module.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
module.h Move all classes from namespace `type` to namespace `sem` 2021-04-19 22:51:23 +00:00
module_clone_test.cc resolver: Validate uniform buffer types 2021-04-21 17:55:12 +00:00
module_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
multisampled_texture.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
multisampled_texture.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
multisampled_texture_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
node.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
node.h Move all classes from namespace `type` to namespace `sem` 2021-04-19 22:51:23 +00:00
override_decoration.cc Rename builtin constant_id to override 2021-04-30 17:14:19 +00:00
override_decoration.h Rename builtin constant_id to override 2021-04-30 17:14:19 +00:00
override_decoration_test.cc Rename builtin constant_id to override 2021-04-30 17:14:19 +00:00
pipeline_stage.cc Initial commit 2020-03-02 15:47:43 -05:00
pipeline_stage.h Fixup all doxygen warnings 2021-04-09 16:51:38 +00:00
pointer.cc wgsl parser: replace almost all sem::Type* with typ::Type where possible 2021-04-26 14:19:55 +00:00
pointer.h wgsl parser: replace almost all sem::Type* with typ::Type where possible 2021-04-26 14:19:55 +00:00
pointer_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
return_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
return_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
return_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
sampled_texture.cc wgsl parser: replace almost all sem::Type* with typ::Type where possible 2021-04-26 14:19:55 +00:00
sampled_texture.h wgsl parser: replace almost all sem::Type* with typ::Type where possible 2021-04-26 14:19:55 +00:00
sampled_texture_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
sampler.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
sampler.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
sampler_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
scalar_constructor_expression.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
scalar_constructor_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
scalar_constructor_expression_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
sint_literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
sint_literal.h ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
sint_literal_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
stage_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
stage_decoration.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
stage_decoration_test.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
statement.cc Add ProgramID feed it into all ast::Nodes 2021-04-13 23:27:27 +00:00
statement.h Add ProgramID feed it into all ast::Nodes 2021-04-13 23:27:27 +00:00
storage_class.cc Update storage_buffer storage class. 2021-01-18 21:06:34 +00:00
storage_class.h Fixup all doxygen warnings 2021-04-09 16:51:38 +00:00
storage_texture.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
storage_texture.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
storage_texture_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
stride_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
stride_decoration.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
stride_decoration_test.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
struct.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
struct.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
struct_block_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
struct_block_decoration.h Remove duplicate using directive 2021-04-23 22:11:14 +00:00
struct_member.cc Global tweaks to handle having no sem::Type 2021-04-28 14:31:23 +00:00
struct_member.h Make ast::StructMember accept typ::Type 2021-04-23 08:35:13 +00:00
struct_member_align_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
struct_member_align_decoration.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
struct_member_align_decoration_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
struct_member_offset_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
struct_member_offset_decoration.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
struct_member_offset_decoration_test.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
struct_member_size_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
struct_member_size_decoration.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
struct_member_size_decoration_test.cc Implement Default Struct Layout 2021-03-15 10:43:11 +00:00
struct_member_test.cc Validate that Symbols are all part of the same program 2021-04-15 18:20:03 +00:00
struct_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
switch_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
switch_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
switch_statement_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
test_helper.h Fixup all doxygen warnings 2021-04-09 16:51:38 +00:00
texture.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
texture.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
texture_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
type.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
type_constructor_expression.cc Global tweaks to handle having no sem::Type 2021-04-28 14:31:23 +00:00
type_constructor_expression.h ast: Migrate all nodes over to typ::* 2021-04-28 09:29:13 +00:00
type_constructor_expression_test.cc ast: Migrate all nodes over to typ::* 2021-04-28 09:29:13 +00:00
type_name.cc ast::TypeName: Clone the name. 2021-04-28 13:39:53 +00:00
type_name.h ProgramBuilder: Fixup last few uses of sem::Type* 2021-04-23 15:41:34 +00:00
u32.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
u32.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
u32_test.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
uint_literal.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
uint_literal.h ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
uint_literal_test.cc ast: Remove types from ast::Literals 2021-04-28 13:50:43 +00:00
unary_op.cc Initial commit 2020-03-02 15:47:43 -05:00
unary_op.h Fixup all doxygen warnings 2021-04-09 16:51:38 +00:00
unary_op_expression.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
unary_op_expression.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
unary_op_expression_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
variable.cc Rename builtin constant_id to override 2021-04-30 17:14:19 +00:00
variable.h Rename builtin constant_id to override 2021-04-30 17:14:19 +00:00
variable_decl_statement.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
variable_decl_statement.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
variable_decl_statement_test.cc ast: Validate that ASTs are all part of the same program 2021-04-15 17:47:23 +00:00
variable_test.cc Rename builtin constant_id to override 2021-04-30 17:14:19 +00:00
vector.cc wgsl parser: replace almost all sem::Type* with typ::Type where possible 2021-04-26 14:19:55 +00:00
vector.h wgsl parser: replace almost all sem::Type* with typ::Type where possible 2021-04-26 14:19:55 +00:00
vector_test.cc ProgramBuilder: Migrate vectors to typ::TypePair 2021-04-22 14:24:43 +00:00
void.cc ast: Add type nodes 2021-04-20 15:04:21 +00:00
void.h ast: Add type nodes 2021-04-20 15:04:21 +00:00
workgroup_decoration.cc Rename semantic to sem 2021-04-16 19:07:51 +00:00
workgroup_decoration.h Rename semantic to sem 2021-04-16 19:07:51 +00:00
workgroup_decoration_test.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00