..
assignment_validation_test.cc
validation: fix error msg for assign to 'let' and 'function parameter'
2021-06-28 20:44:31 +00:00
atomics_test.cc
resolver: Resolve atomic types
2021-06-17 19:56:14 +00:00
atomics_validation_test.cc
reader/wgsl: Remove old token methods.
2021-07-12 11:21:51 +00:00
builtins_validation_test.cc
validation: validate struct constructor
2021-07-09 16:32:00 +00:00
call_test.cc
validation: matrix element type must be 'f32'
2021-06-21 17:08:05 +00:00
call_validation_test.cc
validation: validate function call pointer parameter
2021-07-20 18:14:02 +00:00
compound_statement_test.cc
sem: Add CompoundStatement
2021-07-14 09:44:41 +00:00
control_block_validation_test.cc
resolver: Resolve for-loops
2021-07-02 19:27:42 +00:00
decoration_validation_test.cc
validation: invariant attribute on struct members
2021-07-21 12:16:35 +00:00
entry_point_validation_test.cc
validation: validate builtin pipeline stage and Input/Output
2021-07-08 14:02:56 +00:00
function_validation_test.cc
resolver: Limit the number of parameters to 255
2021-07-17 17:45:25 +00:00
host_shareable_validation_test.cc
ast: Replace NamedType with TypeDecl
2021-06-09 14:32:14 +00:00
inferred_type_test.cc
Resolver: make IsConstructible non-recursive for arrays and struct members
2021-07-20 18:28:31 +00:00
intrinsic_test.cc
sem: Split sem::Variable into global, local and parameter
2021-07-22 13:24:59 +00:00
intrinsic_validation_test.cc
validation: fix error msg: textureSample*() offset must be a const_expr
2021-07-21 03:34:34 +00:00
is_host_shareable_test.cc
Resolver: make IsConstructible non-recursive for arrays and struct members
2021-07-20 18:28:31 +00:00
is_storeable_test.cc
Resolver: make IsConstructible non-recursive for arrays and struct members
2021-07-20 18:28:31 +00:00
pipeline_overridable_constant_test.cc
sem: Split sem::Variable into global, local and parameter
2021-07-22 13:24:59 +00:00
ptr_ref_test.cc
ast: Replace NamedType with TypeDecl
2021-06-09 14:32:14 +00:00
ptr_ref_validation_test.cc
validation: cannot cast to a pointer
2021-06-16 17:42:13 +00:00
resolver.cc
sem: Add Owner() to sem::Parameter
2021-07-22 13:24:59 +00:00
resolver.h
sem: Add Owner() to sem::Parameter
2021-07-22 13:24:59 +00:00
resolver_constants.cc
[resolver]: Begin constant value evaluation
2021-07-13 12:18:13 +00:00
resolver_constants_test.cc
[resolver]: Begin constant value evaluation
2021-07-13 12:18:13 +00:00
resolver_test.cc
sem: Split sem::Variable into global, local and parameter
2021-07-22 13:24:59 +00:00
resolver_test_helper.cc
TestHelper: rename td_ to resolver_
2021-03-16 16:31:33 +00:00
resolver_test_helper.h
resolver: Validate vector types
2021-07-05 20:21:35 +00:00
storage_class_layout_validation_test.cc
Reland "Validate storage class constraints"
2021-07-15 19:09:25 +00:00
storage_class_validation_test.cc
Reland "Validate storage class constraints"
2021-07-15 19:09:25 +00:00
struct_layout_test.cc
validation: matrix element type must be 'f32'
2021-06-21 17:08:05 +00:00
struct_pipeline_stage_use_test.cc
validation: validate struct constructor
2021-07-09 16:32:00 +00:00
struct_storage_class_use_test.cc
ast: Replace NamedType with TypeDecl
2021-06-09 14:32:14 +00:00
type_constructor_validation_test.cc
validation: struct member name must be unique
2021-07-19 17:38:20 +00:00
type_validation_test.cc
resolver: Validate vector types
2021-07-05 20:21:35 +00:00
validation_test.cc
validation: validate function call pointer parameter
2021-07-20 18:14:02 +00:00
var_let_test.cc
ast: Replace NamedType with TypeDecl
2021-06-09 14:32:14 +00:00
var_let_validation_test.cc
Resolver: Validate that var/let has a type or initialzier
2021-07-19 19:50:52 +00:00