dawn-cmake/src
Dan Sinclair 00cf5a4894 Add test for call expression
This CL adds unit tests for the call expression. The IsValid method is
extended to verify none of the provided parameters are a nullptr.

Change-Id: I5dfd3ec1f086ef02ab965218a1d8610a1c212628
Bug: tint:11
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/16360
Reviewed-by: Sarah Mashayekhi <sarahmashay@google.com>
Commit-Queue: Sarah Mashayekhi <sarahmashay@google.com>
2020-03-05 20:35:57 +00:00
..
ast Add test for call expression 2020-03-05 20:35:57 +00:00
reader Initial commit 2020-03-02 15:47:43 -05:00
writer Initial commit 2020-03-02 15:47:43 -05:00
CMakeLists.txt Add test for call expression 2020-03-05 20:35:57 +00:00
source.h Initial commit 2020-03-02 15:47:43 -05:00
type_determiner.cc Initial commit 2020-03-02 15:47:43 -05:00
type_determiner.h Initial commit 2020-03-02 15:47:43 -05:00
type_manager.cc Initial commit 2020-03-02 15:47:43 -05:00
type_manager.h Initial commit 2020-03-02 15:47:43 -05:00
type_manager_test.cc Initial commit 2020-03-02 15:47:43 -05:00
validator.cc v-0001: Only allowed import is GLSL.std.450 2020-03-04 20:51:29 +00:00
validator.h v-0001: Only allowed import is GLSL.std.450 2020-03-04 20:51:29 +00:00
validator_impl.cc v-0001: Only allowed import is GLSL.std.450 2020-03-04 20:51:29 +00:00
validator_impl.h v-0001: Only allowed import is GLSL.std.450 2020-03-04 20:51:29 +00:00
validator_impl_import_test.cc Move build_module into an anonymous namespace 2020-03-05 16:35:25 +00:00