dawn-cmake/src
Corentin Wallez 042335fbac Add the -Wredundant-move warning.
Dawn uses objects with move semantics like Ref<> that feel like they
need to be std::moved in a bunch of places. This warning triggers when
std::move() is used when it has no effect, keep the code less verbose.

Bug: None
Change-Id: I2b11f709e943e7b16024bfde07910577b983aa34
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46441
Commit-Queue: Stephen White <senorblanco@chromium.org>
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Reviewed-by: Stephen White <senorblanco@chromium.org>
2021-04-06 17:32:19 +00:00
..
common Add the -Wredundant-move warning. 2021-04-06 17:32:19 +00:00
dawn Reland "Add a per-thread proc table using thread local storage" 2020-10-06 16:13:42 +00:00
dawn_native Fix dawn_native/CMakeLists by removing commas 2021-04-06 10:05:58 +00:00
dawn_platform Implement WaitableEvent and WorkerTaskPool for multi-threaded tasks 2021-01-20 08:56:07 +00:00
dawn_wire Implement GPUCompilationInfo 2021-04-05 23:34:17 +00:00
fuzzers Update the wire-based fuzzers to always assume an injected error 2021-03-23 16:47:50 +00:00
include D3D12: Remove WrapSharedHandle 2021-03-25 21:31:34 +00:00
tests Implement GPUCompilationInfo 2021-04-05 23:34:17 +00:00
utils Implement 3D texture copy: preparation 2021-03-31 22:15:53 +00:00
Dummy.cpp Add missed file for the CMake build. 2020-02-07 23:46:30 +00:00