dawn-cmake/src
Ben Clayton f1b0e1ee57 ast/type: Remove Type suffix from all types
They already exist in a `ast::type` namespace, so `ast::type::BlahType` is just stuttering.
This is more important now that Is<> and As<> use the full type name.

Change-Id: I7c661fe58cdc33ba7e9a95c82c996a799786661f
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/34321
Reviewed-by: dan sinclair <dsinclair@chromium.org>
2020-11-30 23:30:58 +00:00
..
ast ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
diagnostic Diagnostics: Add error code to the Diagnostic 2020-11-26 17:49:22 +00:00
inspector ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
reader ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
transform ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
validator ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
writer ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
CMakeLists.txt Add Castable template class 2020-11-30 22:50:25 +00:00
castable.cc Add Castable template class 2020-11-30 22:50:25 +00:00
castable.h Add Castable template class 2020-11-30 22:50:25 +00:00
castable_test.cc Add Castable template class 2020-11-30 22:50:25 +00:00
context.cc Move TypeManager from tint::Context to ast::Module 2020-11-23 19:50:55 +00:00
context.h Move TypeManager from tint::Context to ast::Module 2020-11-23 19:50:55 +00:00
namer.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
namer.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
namer_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
scope_stack.h [validation] Validates declaration name uniqueness 2020-08-11 20:44:06 +00:00
scope_stack_test.cc Adding support for testing BUILD.gn 2020-04-17 13:18:20 +00:00
source.cc Fixup lint errors. 2020-11-03 16:26:09 +00:00
source.h Fix all doxygen warnings 2020-11-02 18:02:18 +00:00
type_determiner.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
type_determiner.h ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
type_determiner_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00