..
ast
ast/types tests: Replace std::make_unique<T> -> create<T>
2020-11-13 22:06:58 +00:00
diagnostic
formatter: Remove colon line prefix with no source
2020-11-03 18:27:29 +00:00
inspector
inspector_test: Replace std::make_unique<T> -> create<T>
2020-11-13 22:13:08 +00:00
reader
ast: Have all AST types derive from ast::Node
2020-11-13 21:43:58 +00:00
transform
transform tests: Replace std::make_unique<T> -> create<T>
2020-11-13 22:16:25 +00:00
validator
[validation] Update entry points validation v-0020
2020-11-11 14:21:05 +00:00
writer
[spirv-writer] Generate load of conditionals.
2020-11-13 22:01:29 +00:00
CMakeLists.txt
ast: Have all tests derive from new TestHelper
2020-11-13 21:58:28 +00:00
context.cc
Place the namer into the context object.
2020-11-13 18:13:24 +00:00
context.h
Place the namer into the context object.
2020-11-13 18:13:24 +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
Fixup lint errors.
2020-11-03 16:26:09 +00:00
type_determiner.h
Place the namer into the context object.
2020-11-13 18:13:24 +00:00
type_determiner_test.cc
type_determiner_test: Replace std::make_unique<T> -> create<T>
2020-11-13 22:09:38 +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/type: Have all tests derive from new TestHelper
2020-11-13 22:01:58 +00:00