dawn-cmake/src
Ben Clayton 321e5a9d7e ast: Remove Variable constructor that doesn't take a source
set_source() will be removed, so sources will only be specifiable at construction time.

Bug: tint:390
Change-Id: I5c79efd3fa501ebd9308f7f93cfb77bc12198047
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/35009
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
2020-12-07 21:08:07 +00:00
..
ast ast: Remove Variable constructor that doesn't take a source 2020-12-07 21:08:07 +00:00
diagnostic Rework all transforms to transform-on-copy 2020-12-04 09:06:09 +00:00
inspector ast: Remove Variable constructor that doesn't take a source 2020-12-07 21:08:07 +00:00
reader ast: Remove Variable constructor that doesn't take a source 2020-12-07 21:08:07 +00:00
transform ast: Remove Variable constructor that doesn't take a source 2020-12-07 21:08:07 +00:00
validator ast: Remove Variable constructor that doesn't take a source 2020-12-07 21:08:07 +00:00
writer ast: Remove Variable constructor that doesn't take a source 2020-12-07 21:08:07 +00:00
CMakeLists.txt Remove the context object. 2020-12-07 16:03:54 +00:00
castable.cc Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID 2020-12-02 18:19:28 +00:00
castable.h Castable: Minor tweaks 2020-12-03 17:44:19 +00:00
castable_test.cc Castable: Minor tweaks 2020-12-03 17:44:19 +00:00
namer.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
namer.h Fixup all doxygen tags 2020-12-02 15:31:08 +00:00
namer_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
scope_stack.h Fixup all doxygen tags 2020-12-02 15:31:08 +00:00
scope_stack_test.cc ast: Remove Variable constructor that doesn't take a source 2020-12-07 21:08:07 +00:00
source.cc Fixup lint errors. 2020-11-03 16:26:09 +00:00
source.h Fixup all doxygen tags 2020-12-02 15:31:08 +00:00
type_determiner.cc Remove the context object. 2020-12-07 16:03:54 +00:00
type_determiner.h Remove the context object. 2020-12-07 16:03:54 +00:00
type_determiner_test.cc ast: Remove Variable constructor that doesn't take a source 2020-12-07 21:08:07 +00:00