ast: Rename ArrayAccessorExpression to IndexAccessorExpression

The object is not always an array. The index can be applied to vectors
too.

Change-Id: Ifb63d1862090d28cb48d692870e9dd01ddbce5df
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/68841
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
This commit is contained in:
Ben Clayton
2021-11-09 09:35:00 +00:00
committed by Ben Clayton
parent 30848b6594
commit a838bb718b
51 changed files with 223 additions and 226 deletions

View File

@@ -64,7 +64,6 @@ GlobalVariable::GlobalVariable(const ast::Variable* declaration,
binding_point_(binding_point),
is_pipeline_constant_(false) {}
GlobalVariable::~GlobalVariable() = default;
Parameter::Parameter(const ast::Variable* declaration,