dawn-cmake/src
Ben Clayton cd5e4a8083 Remove Parser constructors that take a string
... for the content. Everything should be using a `Source::File*` now.

Bug: tint:282
Change-Id: I9bebb94995a946a5919ba6503f2b0ee2058f0fb1
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/31482
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
2020-11-02 17:55:18 +00:00
..
ast Produce end ranges for tokens and AST nodes 2020-11-02 15:25:18 +00:00
diagnostic Add tint::diag namespace for diagnostics 2020-11-02 15:41:08 +00:00
inspector Fix build for tests on gcc-9 2020-10-27 18:47:39 +00:00
reader Remove Parser constructors that take a string 2020-11-02 17:55:18 +00:00
transform Use min for bounded array accessing. 2020-10-29 17:56:06 +00:00
writer [spirv-writer] Emit access control information. 2020-10-29 14:45:02 +00:00
CMakeLists.txt Add tint::diag namespace for diagnostics 2020-11-02 15:41:08 +00:00
context.cc Context object owns a TypeManager 2020-03-27 00:47:16 +00:00
context.h Documentation fixes 2020-03-31 21:15:40 +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 Add File & Range information to tint::Source 2020-10-30 20:44:53 +00:00
source.h Make doxygen happy. 2020-11-02 16:03:38 +00:00
type_determiner.cc Add File & Range information to tint::Source 2020-10-30 20:44:53 +00:00
type_determiner.h [type-determiner] Fixup handling of unknown identifiers. 2020-10-14 18:26:31 +00:00
type_determiner_test.cc Remove tint::Source(size_t, size_t) constructor 2020-11-02 15:07:47 +00:00
type_manager.cc Context object owns a TypeManager 2020-03-27 00:47:16 +00:00
type_manager.h [ast] Determining subtype of StorageTextureType 2020-08-31 15:11:23 +00:00
type_manager_test.cc [ast] Determining subtype of StorageTextureType 2020-08-31 15:11:23 +00:00
validator.cc [validation] Validates if return statement type matches function return type 2020-08-17 15:46:07 +00:00
validator.h [Validator] Using pointers instead of refs 2020-07-30 02:27:03 +00:00
validator_control_block_test.cc Remove tint::Source(size_t, size_t) constructor 2020-11-02 15:07:47 +00:00
validator_function_test.cc Remove tint::Source(size_t, size_t) constructor 2020-11-02 15:07:47 +00:00
validator_impl.cc Remove tint::Source(size_t, size_t) constructor 2020-11-02 15:07:47 +00:00
validator_impl.h Update builtin methods. 2020-09-22 19:42:13 +00:00
validator_test.cc Remove tint::Source(size_t, size_t) constructor 2020-11-02 15:07:47 +00:00
validator_test_helper.cc [validate] Update to validate pipeline stages. 2020-09-21 17:56:41 +00:00
validator_test_helper.h [validate] Update to validate pipeline stages. 2020-09-21 17:56:41 +00:00