commit | cedcdf3cae4021e99fade12e7e538f29ed37c275 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Aug 10 02:39:48 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 10 02:39:48 2023 +0000 |
tree | 342863a5f3f73e0b3881acf4c8afe8e646ef71af | |
parent | ce59abc0e294a085f3b3ab5662dd49ffaac61035 [diff] [blame] |
Change namespace of tint::type Move the `tint::type` namespace into `tint::core::type` to better match the source location and contents. Change-Id: I2e1ae0ecdffdfcedb8aab1391cdfe2e1453a4741 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/145901 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
diff --git a/src/tint/lang/wgsl/sem/value_expression.cc b/src/tint/lang/wgsl/sem/value_expression.cc index a5cb212..0e05199 100644 --- a/src/tint/lang/wgsl/sem/value_expression.cc +++ b/src/tint/lang/wgsl/sem/value_expression.cc
@@ -25,7 +25,7 @@ namespace tint::sem { ValueExpression::ValueExpression(const ast::Expression* declaration, - const type::Type* type, + const core::type::Type* type, core::EvaluationStage stage, const Statement* statement, const core::constant::Value* constant,