dolphin/Source/UnitTests
Martino Fontana 95dec13203 Improve usage of std::move and const references parameters
Accomplished using `run-clang-tidy` with `performance-move-const-arg,performance-unnecessary-value-param,modernize-pass-by-value`.

Changed arguments to const references, removed them where inappropriate (e.g. sink parameters). Same with std::move.

Manually reviewed each change to make sure that it makes sense, and do something more appropriate if possible.
2026-04-17 12:39:46 +02:00
..
Common Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
Core Merge pull request #14500 from Sintendo/span2 2026-04-11 14:55:41 -05:00
VideoCommon Remove unused imports 2026-01-25 16:12:15 +01:00
CMakeLists.txt UnitTests: Delete output Sys folder before copying to it 2024-08-16 21:09:10 +02:00
StubHost.cpp Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
UnitTests.vcxproj UnitTests: Add PageTableHostMappingTest 2026-02-04 21:35:22 +01:00
UnitTests.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
UnitTestsMain.cpp Remove unused imports 2026-01-25 16:12:15 +01:00