dawn-cmake/src
dan sinclair 66df06817f [spirv-reader] Fix copy elision
This CL removes a std::move which triggers a -Wpessimizing-move error

Change-Id: I378f32a808a86a0944a4bb41f243b7416c10a9fd
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/18602
Reviewed-by: dan sinclair <dsinclair@google.com>
2020-04-02 02:35:21 +00:00
..
ast Documentation fixes 2020-03-31 21:15:40 +00:00
reader [spirv-reader] Fix copy elision 2020-04-02 02:35:21 +00:00
writer [spirv-writer] Add identifier expressions 2020-04-01 23:44:11 +00:00
CMakeLists.txt [spirv-writer] Add identifier expressions 2020-04-01 23:44:11 +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
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 Context object owns a TypeManager 2020-03-27 00:47:16 +00:00
type_manager.h Context object owns a TypeManager 2020-03-27 00:47:16 +00:00
type_manager_test.cc Context object owns a TypeManager 2020-03-27 00:47:16 +00: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 Expand build flags for Tint. 2020-03-18 14:08:48 +00:00