mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
reader/spirv - add type hierarchy
Don't create disjoint AST type nodes. Instead use a new bespoke type hierarchy that can Build() the required AST nodes. Change-Id: I523f97054de2c553095056c0bafc17c48064cf53 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/49966 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Commit Bot service account
parent
c705b6caac
commit
cbbe576415
@@ -349,6 +349,7 @@ tint_unittests_source_set("tint_unittests_spv_reader_src") {
|
||||
"../src/reader/spirv/parser_impl_test_helper.cc",
|
||||
"../src/reader/spirv/parser_impl_test_helper.h",
|
||||
"../src/reader/spirv/parser_impl_user_name_test.cc",
|
||||
"../src/reader/spirv/parser_type_test.cc",
|
||||
"../src/reader/spirv/parser_test.cc",
|
||||
"../src/reader/spirv/spirv_tools_helpers_test.cc",
|
||||
"../src/reader/spirv/spirv_tools_helpers_test.h",
|
||||
|
||||
Reference in New Issue
Block a user