dawn-cmake/src
Ryan Harrison 15f80a706c [parser] Remove assert about input validity
This assert is only enforcing that the input is valid, not that it is
safe. This should be deferred until validation.

Bug: dawn:578
Change-Id: I083a62292ff7ca0fc35080d8c66dabf3188c7bca
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/34480
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
2020-12-01 19:27:29 +00:00
..
ast [parser] Remove assert about input validity 2020-12-01 19:27:29 +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 ast: Add Module.Clone() 2020-12-01 18:04:17 +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: Add Module.Clone() 2020-12-01 18:04:17 +00:00